Searched refs:pkts (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/net/classq/
H A Dclassq_sfb.c543 cbin->pkts = 0;
625 if (bin->pkts >= sp->sfb_allocation)
631 if (bin->pkts >= sp->sfb_allocation)
641 if (bin->pkts >= sp->sfb_allocation) {
717 VERIFY(bin->pkts > 0);
718 if (--bin->pkts == 0) {
721 if (bin->pkts <= (sp->sfb_allocation >> 2)) {
732 VERIFY(bin->pkts > 0);
733 if (--bin->pkts == 0)
744 VERIFY(bin->pkts >
[all...]
H A Dclassq_sfb.h66 u_int16_t pkts; /* number of packets */ member in struct:sfbbinstats

Completed in 21 milliseconds