Searched refs:netoff (Results 1 - 2 of 2) sorted by relevance

/net/ipv6/netfilter/
H A Dnf_conntrack_reasm.c520 const int netoff = skb_network_offset(skb); local
521 u8 prev_nhoff = netoff + offsetof(struct ipv6hdr, nexthdr);
522 int start = netoff + sizeof(struct ipv6hdr);
/net/packet/
H A Daf_packet.c1872 unsigned short macoff, netoff, hdrlen; local
1914 macoff = netoff = TPACKET_ALIGN(po->tp_hdrlen) + 16 +
1918 netoff = TPACKET_ALIGN(po->tp_hdrlen +
1921 macoff = netoff - maclen;
1988 h.h1->tp_net = netoff;
1997 h.h2->tp_net = netoff;
2019 h.h3->tp_net = netoff;

Completed in 69 milliseconds