Home
last modified time | relevance | path

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

/linux-5.19.10/net/ipv4/
Dip_fragment.c508 int netoff; in ip_check_defrag() local
514 netoff = skb_network_offset(skb); in ip_check_defrag()
516 if (skb_copy_bits(skb, netoff, &iph, sizeof(iph)) < 0) in ip_check_defrag()
523 if (skb->len < netoff + len || len < (iph.ihl * 4)) in ip_check_defrag()
529 if (!pskb_may_pull(skb, netoff + iph.ihl * 4)) { in ip_check_defrag()
533 if (pskb_trim_rcsum(skb, netoff + len)) { in ip_check_defrag()
/linux-5.19.10/net/ipv6/netfilter/
Dnf_conntrack_reasm.c392 const int netoff = skb_network_offset(skb); in find_prev_fhdr() local
393 u8 prev_nhoff = netoff + offsetof(struct ipv6hdr, nexthdr); in find_prev_fhdr()
394 int start = netoff + sizeof(struct ipv6hdr); in find_prev_fhdr()
/linux-5.19.10/net/packet/
Daf_packet.c2248 unsigned int netoff; in tpacket_rcv() local
2304 macoff = netoff = TPACKET_ALIGN(po->tp_hdrlen) + 16 + in tpacket_rcv()
2308 netoff = TPACKET_ALIGN(po->tp_hdrlen + in tpacket_rcv()
2312 netoff += sizeof(struct virtio_net_hdr); in tpacket_rcv()
2315 macoff = netoff - maclen; in tpacket_rcv()
2317 if (netoff > USHRT_MAX) { in tpacket_rcv()
2416 h.h1->tp_net = netoff; in tpacket_rcv()
2425 h.h2->tp_net = netoff; in tpacket_rcv()
2447 h.h3->tp_net = netoff; in tpacket_rcv()