Home
last modified time | relevance | path

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

/freebsd-12.1/sys/netpfil/ipfw/
H A Ddn_sched_fq_codel.h54 uint64_t tot_bytes; member
125 si->main_q.ni.tot_bytes += len; in fq_update_stats()
128 q->stats.tot_bytes +=len; in fq_update_stats()
131 si->_si.ni.tot_bytes +=len; in fq_update_stats()
H A Dip_dn_glue.c146 u_int64_t tot_bytes ; member
212 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.c101 uint64_t tot_bytes; member
320 si->main_q.ni.tot_bytes += len; in fq_update_stats()
323 q->stats.tot_bytes +=len; in fq_update_stats()
326 si->_si.ni.tot_bytes +=len; in fq_update_stats()
H A Dip_dn_io.c507 q->ni.tot_bytes += len; in dn_enqueue()
509 ni->tot_bytes += len; in dn_enqueue()
/freebsd-12.1/sys/netpfil/ipfw/test/
H A Dtest_dn_sched.c63 q->ni.tot_bytes += m->m_pkthdr.len; in dn_enqueue()
H A Ddn_test.h109 uint64_t tot_bytes; member
H A Dmain.c258 (unsigned long long)q->ni.tot_bytes); in dump()
/freebsd-12.1/sys/netinet/
H A Dip_dummynet.h185 uint64_t tot_bytes; member
/freebsd-12.1/tools/tools/netmap/
H A Dnmreplay.c222 uint64_t tot_bytes; member
397 pf->tot_bytes += len; in readpcap()
403 (u_long)pf->tot_pkt, (u_long)pf->tot_bytes, in readpcap()
413 if (pf->tot_bytes == first_len) { in readpcap()
417 first_pkt_time = pf->total_tx_time * first_len / (pf->tot_bytes - first_len); in readpcap()
/freebsd-12.1/sbin/ipfw/
H A Ddummynet.c380 res = a->tot_bytes - b->tot_bytes;
465 pr_u64(bp, &ni->tot_bytes, 8); in list_flow()