Home
last modified time | relevance | path

Searched refs:tot_len (Results 1 – 3 of 3) sorted by relevance

/mirbsd/src/sys/net/
Dpf.c2536 len = pd->tot_len - off - (th->th_off << 2); in pf_test_tcp()
5279 pd.tot_len = ntohs(h->ip_len); in pf_test_eh()
5305 pd.p_len = pd.tot_len - off - (th.th_off << 2); in pf_test_eh()
5460 kif->pfik_bytes[0][dir == PF_OUT][action != PF_PASS] += pd.tot_len; in pf_test_eh()
5465 r->bytes += pd.tot_len; in pf_test_eh()
5468 a->bytes += pd.tot_len; in pf_test_eh()
5473 s->bytes[dirndx] += pd.tot_len; in pf_test_eh()
5476 s->nat_rule.ptr->bytes += pd.tot_len; in pf_test_eh()
5480 s->src_node->bytes += pd.tot_len; in pf_test_eh()
5484 s->nat_src_node->bytes += pd.tot_len; in pf_test_eh()
[all …]
Dpfvar.h846 u_int64_t tot_len; /* Make Mickey money */ member
/mirbsd/src/sys/dev/pci/
Dif_lge.c1223 int frag = 0, tot_len = 0; local
1236 tot_len += m->m_len;
1249 cur_tx->lge_ctl = LGE_TXCTL_WANTINTR|LGE_FRAGCNT(frag)|tot_len;