Home
last modified time | relevance | path

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

/net/ipv6/
Dicmp.c783 int inner_offset; in icmpv6_notify() local
794 inner_offset = ipv6_skip_exthdr(skb, sizeof(struct ipv6hdr), in icmpv6_notify()
796 if (inner_offset < 0) in icmpv6_notify()
799 inner_offset = sizeof(struct ipv6hdr); in icmpv6_notify()
803 if (!pskb_may_pull(skb, inner_offset+8)) in icmpv6_notify()
815 ipprot->err_handler(skb, NULL, type, code, inner_offset, info); in icmpv6_notify()
817 raw6_icmp_error(skb, nexthdr, type, code, inner_offset, info); in icmpv6_notify()
Draw.c362 u8 type, u8 code, int inner_offset, __be32 info) in raw6_icmp_error() argument
383 inner_offset, info); in raw6_icmp_error()