Home
last modified time | relevance | path

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

/include/net/
Dip_tunnels.h317 int nhlen; in pskb_inet_may_pull() local
322 nhlen = sizeof(struct ipv6hdr); in pskb_inet_may_pull()
326 nhlen = sizeof(struct iphdr); in pskb_inet_may_pull()
329 nhlen = 0; in pskb_inet_may_pull()
332 return pskb_network_may_pull(skb, nhlen); in pskb_inet_may_pull()