Searched refs:drop_cnt (Results 1 – 5 of 5) sorted by relevance
| /xnu-10063.141.1/bsd/skywalk/nexus/netif/ |
| H A D | nx_netif_llink.c | 620 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 D | nx_netif.c | 4461 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 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
|