Home
last modified time | relevance | path

Searched refs:pkt_count (Results 1 – 3 of 3) sorted by relevance

/xnu-8796.101.5/bsd/net/pktsched/
H A Dpktsched_netem.c1086 int pkt_count = 1; in nlc_enqueue() local
1114 pkt_count++; in nlc_enqueue()
1132 } while (--pkt_count > 0 && in nlc_enqueue()
/xnu-8796.101.5/bsd/skywalk/nexus/netif/
H A Dnx_netif.c4341 uint32_t pkt_count, uint32_t byte_count) argument
4346 atomic_add_64(&ifp->if_data.ifi_opackets, pkt_count);
4349 atomic_add_64(&ifp->if_data.ifi_ipackets, pkt_count);
4365 if (__improbable(pkt_count == 0)) {
4371 stats->nq_total_pkts += pkt_count;
4372 if (pkt_count > stats->nq_max_pkts) {
4373 stats->nq_max_pkts = pkt_count;
4376 pkt_count < stats->nq_min_pkts) {
4377 stats->nq_min_pkts = pkt_count;
4413 queue->nq_accumulated_pkts += pkt_count;
/xnu-8796.101.5/bsd/net/
H A Dif_bridge.c5738 int pkt_count;
5772 pkt_count = 0;
5785 pkt_count++;
5787 (void)ifnet_stat_increment_in(bridge_ifp, pkt_count, byte_count, 0);
5790 bridge_ifp->if_xname, pkt_count, byte_count);