Searched refs:inner_offset (Results 1 – 3 of 3) sorted by relevance
| /linux/include/net/ |
| A D | rawv6.h | 16 u8 type, u8 code, int inner_offset, __be32);
|
| /linux/net/ipv6/ |
| A D | icmp.c | 838 int inner_offset; in icmpv6_notify() local 851 inner_offset = ipv6_skip_exthdr(skb, sizeof(struct ipv6hdr), in icmpv6_notify() 853 if (inner_offset < 0) { in icmpv6_notify() 858 inner_offset = sizeof(struct ipv6hdr); in icmpv6_notify() 862 reason = pskb_may_pull_reason(skb, inner_offset + 8); in icmpv6_notify() 875 ipprot->err_handler(skb, opt, type, code, inner_offset, info); in icmpv6_notify() 877 raw6_icmp_error(skb, nexthdr, type, code, inner_offset, info); in icmpv6_notify()
|
| A D | raw.c | 336 u8 type, u8 code, int inner_offset, __be32 info) in raw6_icmp_error() argument 353 rawv6_err(sk, skb, type, code, inner_offset, info); in raw6_icmp_error()
|
Completed in 9 milliseconds