Searched refs:drop_cnt (Results 1 – 5 of 5) sorted by relevance
| /xnu-8019.80.24/bsd/skywalk/nexus/netif/ |
| H A D | nx_netif_llink.c | 658 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 D | nx_netif.c | 4097 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 D | pktsched_fairq.h | 123 struct pktcntr drop_cnt; /* dropped packet counter */ member
|
| H A D | pktsched_cbq.h | 126 struct pktcntr drop_cnt; /* dropped packets */ member
|
| H A D | pktsched_hfsc.h | 158 struct pktcntr drop_cnt; member
|