HomeSort by: relevance | last modified time | path
    Searched defs:packet_time (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.sbin/altq/libaltq/
qop_cbq.c 815 int packet_time; local in function:cbq_class_spec
822 packet_time = av_pkt_size * (int)PSEC_TO_USEC(psPerByte);
824 " packet time=%d [us]\n", packet_time);
825 if (maxburst * packet_time < 20000) {
829 " maxburst=%d, packet_time=%d [us]",
830 maxburst, packet_time);
qop_cbq.c 815 int packet_time; local in function:cbq_class_spec
822 packet_time = av_pkt_size * (int)PSEC_TO_USEC(psPerByte);
824 " packet time=%d [us]\n", packet_time);
825 if (maxburst * packet_time < 20000) {
829 " maxburst=%d, packet_time=%d [us]",
830 maxburst, packet_time);

Completed in 23 milliseconds