Home
last modified time | relevance | path

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

/linux-4.1.27/include/net/
Drawv6.h7 u8 type, u8 code, int inner_offset, __be32);
/linux-4.1.27/net/ipv6/
Dicmp.c630 int inner_offset; in icmpv6_notify() local
641 inner_offset = ipv6_skip_exthdr(skb, sizeof(struct ipv6hdr), in icmpv6_notify()
643 if (inner_offset < 0) in icmpv6_notify()
646 inner_offset = sizeof(struct ipv6hdr); in icmpv6_notify()
650 if (!pskb_may_pull(skb, inner_offset+8)) in icmpv6_notify()
662 ipprot->err_handler(skb, NULL, type, code, inner_offset, info); in icmpv6_notify()
664 raw6_icmp_error(skb, nexthdr, type, code, inner_offset, info); in icmpv6_notify()
Draw.c359 u8 type, u8 code, int inner_offset, __be32 info) in raw6_icmp_error() argument
380 inner_offset, info); in raw6_icmp_error()