Searched refs:pkt_count (Results 1 – 3 of 3) sorted by relevance
1086 int pkt_count = 1; in nlc_enqueue() local1114 pkt_count++; in nlc_enqueue()1132 } while (--pkt_count > 0 && in nlc_enqueue()
4341 uint32_t pkt_count, uint32_t byte_count) argument4346 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;
5738 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);