Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/skywalk/nexus/netif/
H A Dnx_netif_llink.c658 uint32_t c = 0, b = 0, drop_cnt = 0, flowctl_cnt = 0; in netif_qset_enqueue() local
663 pp_free_packet_chain(pkt_chain, (int *)&drop_cnt); in netif_qset_enqueue()
664 STATS_ADD(nifs, NETIF_STATS_LLINK_TX_DROP_BAD_STATE, drop_cnt); in netif_qset_enqueue()
666 *dropped = drop_cnt; in netif_qset_enqueue()
679 &drop_cnt); in netif_qset_enqueue()
689 if (dropped != NULL && drop_cnt > 0) { in netif_qset_enqueue()
690 *dropped = drop_cnt; in netif_qset_enqueue()
691 STATS_ADD(nifs, NETIF_STATS_LLINK_AQM_DROPPED, drop_cnt); in netif_qset_enqueue()
H A Dnx_netif.c4097 int drop_cnt = 0; local
4099 pp_free_packet_chain(pkt_chain, &drop_cnt);
4100 STATS_ADD(nifs, NETIF_STATS_LLINK_RX_DROP_BAD_STATE, drop_cnt);
/xnu-8019.80.24/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