Home
last modified time | relevance | path

Searched refs:drop_cnt (Results 1 – 5 of 5) sorted by relevance

/xnu-10063.141.1/bsd/skywalk/nexus/netif/
H A Dnx_netif_llink.c620 uint32_t c = 0, b = 0, drop_cnt = 0, flowctl_cnt = 0; in netif_qset_enqueue() local
625 pp_free_packet_chain(pkt_chain, (int *)&drop_cnt); in netif_qset_enqueue()
626 STATS_ADD(nifs, NETIF_STATS_LLINK_TX_DROP_BAD_STATE, drop_cnt); in netif_qset_enqueue()
628 *dropped = drop_cnt; in netif_qset_enqueue()
641 &drop_cnt); in netif_qset_enqueue()
651 if (dropped != NULL && drop_cnt > 0) { in netif_qset_enqueue()
652 *dropped = drop_cnt; in netif_qset_enqueue()
653 STATS_ADD(nifs, NETIF_STATS_LLINK_AQM_DROPPED, drop_cnt); in netif_qset_enqueue()
H A Dnx_netif.c4461 int drop_cnt = 0; local
4463 pp_free_packet_chain(pkt_chain, &drop_cnt);
4464 STATS_ADD(nifs, NETIF_STATS_LLINK_RX_DROP_BAD_STATE, drop_cnt);
/xnu-10063.141.1/bsd/net/pktsched/
H A Dpktsched_fairq.h123 struct pktcntr drop_cnt; /* dropped packet counter */ member
H A Dpktsched_cbq.h126 struct pktcntr drop_cnt; /* dropped packets */ member
H A Dpktsched_hfsc.h158 struct pktcntr drop_cnt; member