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

/darwin-on-arm/xnu/bsd/net/pktsched/
H A Dpktsched_hfsc.h322 u_int32_t hif_packets; /* # of packets in the tree */ member in struct:hfsc_if
H A Dpktsched_hfsc.c807 cl->cl_hif->hif_packets++;
834 if (hif->hif_packets == 0)
894 cl->cl_hif->hif_packets--;
1026 VERIFY(hif->hif_packets == 0);
1059 VERIFY(hif->hif_packets >= cnt);
1060 hif->hif_packets -= cnt;

Completed in 28 milliseconds