Home
last modified time | relevance | path

Searched refs:ifcq_dropcnt (Results 1 – 4 of 4) sorted by relevance

/xnu-12377.41.6/bsd/net/classq/
H A Dif_classq.h126 struct pktcntr ifcq_dropcnt; member
289 PKTCNTR_ADD(&(_ifcq)->ifcq_dropcnt, _pkt, _len); \
H A Dclassq_subr.c108 bzero(&ifq->ifcq_dropcnt, sizeof(ifq->ifcq_dropcnt)); in ifclassq_setup()
213 bzero(&ifq->ifcq_dropcnt, sizeof(ifq->ifcq_dropcnt)); in ifclassq_teardown()
581 *(&ifqs->ifqs_dropcnt) = *(&ifq->ifcq_dropcnt); in ifclassq_getqstats()
/xnu-12377.41.6/bsd/net/
H A Dif_mib.c137 (unsigned int)ifp->if_snd->ifcq_dropcnt.packets;
H A Drtsock.c2194 (int)ifp->if_snd->ifcq_dropcnt.packets; in sysctl_iflist2()