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

/freebsd-11-stable/sys/netpfil/ipfw/
H A Ddn_sched_fq_codel.h53 uint64_t tot_pkts; /* statistics counters */ member in struct:flow_stats
126 si->main_q.ni.tot_pkts ++;
129 q->stats.tot_pkts++;
132 si->_si.ni.tot_pkts ++;
H A Dip_dn_glue.c143 u_int64_t tot_pkts ; /* statistics counters */ member in struct:dn_flow_queue7
209 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.c100 uint64_t tot_pkts; /* statistics counters */ member in struct:flow_stats
321 si->main_q.ni.tot_pkts ++;
324 q->stats.tot_pkts++;
327 si->_si.ni.tot_pkts ++;
H A Dip_dn_io.c506 q->ni.tot_pkts++;
508 ni->tot_pkts++;
/freebsd-11-stable/sys/netpfil/ipfw/test/
H A Dtest_dn_sched.c64 q->ni.tot_pkts++;
H A Ddn_test.h108 uint64_t tot_pkts; member in struct:dn_flow
/freebsd-11-stable/sys/netinet/
H A Dip_dummynet.h182 uint64_t tot_pkts; /* statistics counters */ member in struct:dn_flow
/freebsd-11-stable/sbin/ipfw/
H A Ddummynet.c376 res = a->tot_pkts - b->tot_pkts;
464 pr_u64(bp, &ni->tot_pkts, 4);

Completed in 116 milliseconds