Searched refs:pkt_count (Results 1 – 3 of 3) sorted by relevance
| /xnu-10063.141.1/bsd/net/pktsched/ |
| H A D | pktsched_netem.c | 1086 int pkt_count = 1; in nlc_enqueue() local 1114 pkt_count++; in nlc_enqueue() 1132 } while (--pkt_count > 0 && in nlc_enqueue()
|
| /xnu-10063.141.1/bsd/skywalk/nexus/netif/ |
| H A D | nx_netif.c | 4370 uint32_t pkt_count, uint32_t byte_count) argument 4375 os_atomic_add(&ifp->if_data.ifi_opackets, pkt_count, relaxed); 4378 os_atomic_add(&ifp->if_data.ifi_ipackets, pkt_count, relaxed); 4394 if (__improbable(pkt_count == 0)) { 4400 stats->nq_total_pkts += pkt_count; 4401 if (pkt_count > stats->nq_max_pkts) { 4402 stats->nq_max_pkts = pkt_count; 4405 pkt_count < stats->nq_min_pkts) { 4406 stats->nq_min_pkts = pkt_count; 4442 queue->nq_accumulated_pkts += pkt_count;
|
| /xnu-10063.141.1/bsd/net/ |
| H A D | if_bridge.c | 5862 int pkt_count; 5896 pkt_count = 0; 5909 pkt_count++; 5911 (void)ifnet_stat_increment_in(bridge_ifp, pkt_count, byte_count, 0); 5914 bridge_ifp->if_xname, pkt_count, byte_count);
|