Searched refs:inner_offset (Results 1 – 2 of 2) sorted by relevance
| /linux/include/net/ |
| H A D | rawv6.h | 16 u8 type, u8 code, int inner_offset, __be32);
|
| /linux/net/ipv6/ |
| H A D | icmp.c | 1041 int inner_offset; in icmpv6_notify() local 1054 inner_offset = ipv6_skip_exthdr(skb, sizeof(struct ipv6hdr), in icmpv6_notify() 1056 if (inner_offset < 0) { in icmpv6_notify() 1061 inner_offset = sizeof(struct ipv6hdr); in icmpv6_notify() 1065 reason = pskb_may_pull_reason(skb, inner_offset + 8); in icmpv6_notify() 1084 ipprot->err_handler(skb, opt, type, code, inner_offset, info); in icmpv6_notify() 1086 raw6_icmp_error(skb, nexthdr, type, code, inner_offset, info); in icmpv6_notify()
|