Lines Matching defs:thoff
516 unsigned int thoff;
525 thoff = iph->ihl * 4;
528 unlikely(thoff != sizeof(struct iphdr)))
551 if (!pskb_network_may_pull(skb, thoff + hdrsize))
556 *tcph = (void *)(skb_network_header(skb) + thoff);
559 ports = (struct flow_ports *)(skb_network_header(skb) + thoff);
566 greh = (struct gre_base_hdr *)(skb_network_header(skb) + thoff);
590 unsigned int thoff;
598 thoff = sizeof(*ip6h);
620 if (!pskb_network_may_pull(skb, thoff + hdrsize))
625 *tcph = (void *)(skb_network_header(skb) + thoff);
628 ports = (struct flow_ports *)(skb_network_header(skb) + thoff);
635 greh = (struct gre_base_hdr *)(skb_network_header(skb) + thoff);