Searched refs:inner_offset (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.4/include/net/ |
| D | rawv6.h | 15 u8 type, u8 code, int inner_offset, __be32);
|
| /Linux-v5.4/net/ipv6/ |
| D | icmp.c | 773 int inner_offset; in icmpv6_notify() local 784 inner_offset = ipv6_skip_exthdr(skb, sizeof(struct ipv6hdr), in icmpv6_notify() 786 if (inner_offset < 0) in icmpv6_notify() 789 inner_offset = sizeof(struct ipv6hdr); in icmpv6_notify() 793 if (!pskb_may_pull(skb, inner_offset+8)) in icmpv6_notify() 805 ipprot->err_handler(skb, NULL, type, code, inner_offset, info); in icmpv6_notify() 807 raw6_icmp_error(skb, nexthdr, type, code, inner_offset, info); in icmpv6_notify()
|
| D | raw.c | 362 u8 type, u8 code, int inner_offset, __be32 info) in raw6_icmp_error() argument 383 inner_offset, info); in raw6_icmp_error()
|