Home
last modified time | relevance | path

Searched refs:tot_bytes (Results 1 – 10 of 10) sorted by relevance

/freebsd/sys/netpfil/ipfw/
H A Ddn_sched_fq_codel.h52 uint64_t tot_bytes; member
123 si->main_q.ni.tot_bytes += len; in fq_update_stats()
126 q->stats.tot_bytes +=len; in fq_update_stats()
129 si->_si.ni.tot_bytes +=len; in fq_update_stats()
H A Dip_dn_glue.c145 u_int64_t tot_bytes ; member
210 u_int64_t tot_bytes ; member
598 fq7->tot_bytes = ni->tot_bytes; in dn_c_copy_q()
603 fq8->tot_bytes = ni->tot_bytes; in dn_c_copy_q()
H A Ddn_sched_fq_pie.c98 uint64_t tot_bytes; member
318 si->main_q.ni.tot_bytes += len; in fq_update_stats()
321 q->stats.tot_bytes +=len; in fq_update_stats()
324 si->_si.ni.tot_bytes +=len; in fq_update_stats()
H A Dip_dn_io.c494 q->ni.tot_bytes += len; in dn_enqueue()
496 ni->tot_bytes += len; in dn_enqueue()
/freebsd/sys/netpfil/ipfw/test/
H A Dtest_dn_sched.c62 q->ni.tot_bytes += m->m_pkthdr.len; in dn_enqueue()
H A Ddn_test.h107 uint64_t tot_bytes; member
H A Dmain.c255 (unsigned long long)q->ni.tot_bytes); in dump()
/freebsd/sys/netinet/
H A Dip_dummynet.h184 uint64_t tot_bytes; member
/freebsd/tools/tools/netmap/
H A Dnmreplay.c235 uint64_t tot_bytes; member
401 pf->tot_bytes += len; in readpcap()
407 (u_long)pf->tot_pkt, (u_long)pf->tot_bytes, in readpcap()
417 if (pf->tot_bytes == first_len) { in readpcap()
421 first_pkt_time = pf->total_tx_time * first_len / (pf->tot_bytes - first_len); in readpcap()
/freebsd/sbin/ipfw/
H A Ddummynet.c379 res = a->tot_bytes - b->tot_bytes;
464 pr_u64(bp, &ni->tot_bytes, 8); in list_flow()