Searched refs:tot_pkts (Results 1 - 9 of 9) sorted by relevance

/freebsd-13-stable/sys/netpfil/ipfw/
H A Ddn_sched_fq_codel.h56 uint64_t tot_pkts; /* statistics counters */ member in struct:flow_stats
129 si->main_q.ni.tot_pkts ++;
132 q->stats.tot_pkts++;
135 si->_si.ni.tot_pkts ++;
H A Dip_dn_glue.c145 u_int64_t tot_pkts ; /* statistics counters */ member in struct:dn_flow_queue7
210 u_int64_t tot_pkts ; /* statistics counters */ member in struct:dn_flow_queue8
595 fq7->tot_pkts = ni->tot_pkts;
600 fq8->tot_pkts = ni->tot_pkts;
H A Ddn_sched_fq_pie.c102 uint64_t tot_pkts; /* statistics counters */ member in struct:flow_stats
324 si->main_q.ni.tot_pkts ++;
327 q->stats.tot_pkts++;
330 si->_si.ni.tot_pkts ++;
H A Dip_dn_io.c496 q->ni.tot_pkts++;
498 ni->tot_pkts++;
/freebsd-13-stable/sys/netpfil/ipfw/test/
H A Dtest_dn_sched.c64 q->ni.tot_pkts++;
H A Ddn_test.h107 uint64_t tot_pkts; member in struct:dn_flow
/freebsd-13-stable/sys/netinet/
H A Dip_dummynet.h184 uint64_t tot_pkts; /* statistics counters */ member in struct:dn_flow
/freebsd-13-stable/tools/tools/netmap/
H A Dnmreplay.c751 uint32_t loops, i, tot_pkts; local
762 tot_pkts = loops * pf->tot_pkt;
776 (u_long)tot_pkts, (int)q->prod_tail);
781 for (loops = 0, i = 0; i < tot_pkts && !do_abort; i++) {
/freebsd-13-stable/sbin/ipfw/
H A Ddummynet.c376 res = a->tot_pkts - b->tot_pkts;
464 pr_u64(bp, &ni->tot_pkts, 4);

Completed in 189 milliseconds