Searched refs:tot_len (Results 1 - 5 of 5) sorted by relevance

/openbsd-current/sys/net/
H A Dpfvar_priv.h268 u_int64_t tot_len; /* Make Mickey money */ member in struct:pf_pdesc
H A Dpf.c2813 dlen = pd->tot_len - pd->off;
2850 pd->tot_len += hlen - ohlen;
2953 ip4->ip_len = htons(sizeof(*ip4) + pd2->tot_len - ohlen);
2969 ip6->ip6_plen = htons(pd2->tot_len - ohlen);
3001 dlen = pd->tot_len - pd->off;
3006 pd->tot_len += d;
3007 pd2->tot_len += d;
4468 pd->tot_len - pd->off, pd->af))
5755 pd2.tot_len = ntohs(h2.ip_len);
5774 pd2.tot_len
[all...]
H A Dpf_table.c2472 u_int64_t len = pd->tot_len;
/openbsd-current/sys/dev/pci/
H A Dif_lge.c888 int frag = 0, tot_len = 0; local
901 tot_len += m->m_len;
914 cur_tx->lge_ctl = LGE_TXCTL_WANTINTR|LGE_FRAGCNT(frag)|tot_len;
/openbsd-current/sys/arch/sparc64/dev/
H A Diommu.c1051 long tot_len = 0; local
1068 tot_len += segs[i].ds_len;
1071 "length %ld/0x%lx\n", tot_len, tot_len, clip_len,

Completed in 308 milliseconds