Searched refs:nhlen (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/net/
H A Dip_tunnels.h444 int nhlen; local
449 nhlen = sizeof(struct ipv6hdr);
453 nhlen = sizeof(struct iphdr);
456 nhlen = 0;
459 return pskb_network_may_pull(skb, nhlen);
466 int nhlen = 0, maclen = ETH_HLEN; local
478 nhlen = sizeof(struct ipv6hdr);
482 nhlen = sizeof(struct iphdr);
488 if (!pskb_may_pull(skb, maclen + nhlen))
/linux-master/net/ipv6/
H A Dxfrm6_input.c46 int nhlen = -skb_network_offset(skb); local
56 __skb_push(skb, nhlen);
58 skb_postpush_rcsum(skb, skb_network_header(skb), nhlen);
H A Desp6_offload.c32 static __u16 esp6_nexthdr_esp_offset(struct ipv6hdr *ipv6_hdr, int nhlen) argument
42 while (off < nhlen) {
H A Dseg6_local.c632 int nhlen; local
652 nhlen = skb_network_header_len(skb);
657 if (likely(nhlen <= srhoff))
658 thoff = nhlen;
659 else if (nhlen >= srhoff + srhlen)
661 thoff = nhlen - srhlen;

Completed in 161 milliseconds