Searched refs:inner_offset (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/include/net/ |
H A D | rawv6.h | 15 u8 type, u8 code, int inner_offset, __be32);
|
/kernel/linux/linux-6.6/include/net/ |
H A D | rawv6.h | 16 u8 type, u8 code, int inner_offset, __be32);
|
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | icmp.c | 817 int inner_offset; in icmpv6_notify() local 828 inner_offset = ipv6_skip_exthdr(skb, sizeof(struct ipv6hdr), in icmpv6_notify() 830 if (inner_offset < 0) in icmpv6_notify() 833 inner_offset = sizeof(struct ipv6hdr); in icmpv6_notify() 837 if (!pskb_may_pull(skb, inner_offset+8)) in icmpv6_notify() 849 ipprot->err_handler(skb, NULL, type, code, inner_offset, info); in icmpv6_notify() 851 raw6_icmp_error(skb, nexthdr, type, code, inner_offset, info); in icmpv6_notify()
|
H A D | raw.c | 362 u8 type, u8 code, int inner_offset, __be32 info) in raw6_icmp_error() 383 inner_offset, info); in raw6_icmp_error() 361 raw6_icmp_error(struct sk_buff *skb, int nexthdr, u8 type, u8 code, int inner_offset, __be32 info) raw6_icmp_error() argument
|
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | icmp.c | 830 int inner_offset; in icmpv6_notify() local 843 inner_offset = ipv6_skip_exthdr(skb, sizeof(struct ipv6hdr), in icmpv6_notify() 845 if (inner_offset < 0) { in icmpv6_notify() 850 inner_offset = sizeof(struct ipv6hdr); in icmpv6_notify() 854 reason = pskb_may_pull_reason(skb, inner_offset + 8); in icmpv6_notify() 867 ipprot->err_handler(skb, opt, type, code, inner_offset, info); in icmpv6_notify() 869 raw6_icmp_error(skb, nexthdr, type, code, inner_offset, info); in icmpv6_notify()
|
H A D | raw.c | 329 u8 type, u8 code, int inner_offset, __be32 info) in raw6_icmp_error() 346 rawv6_err(sk, skb, NULL, type, code, inner_offset, info); in raw6_icmp_error() 328 raw6_icmp_error(struct sk_buff *skb, int nexthdr, u8 type, u8 code, int inner_offset, __be32 info) raw6_icmp_error() argument
|
Completed in 7 milliseconds