Searched refs:inner_offset (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/include/net/ |
A D | rawv6.h | 16 u8 type, u8 code, int inner_offset, __be32);
|
/linux-6.3-rc2/net/ipv6/ |
A D | icmp.c | 826 int inner_offset; in icmpv6_notify() local 839 inner_offset = ipv6_skip_exthdr(skb, sizeof(struct ipv6hdr), in icmpv6_notify() 841 if (inner_offset < 0) { in icmpv6_notify() 846 inner_offset = sizeof(struct ipv6hdr); in icmpv6_notify() 850 reason = pskb_may_pull_reason(skb, inner_offset + 8); in icmpv6_notify() 863 ipprot->err_handler(skb, opt, type, code, inner_offset, info); in icmpv6_notify() 865 raw6_icmp_error(skb, nexthdr, type, code, inner_offset, info); in icmpv6_notify()
|
A D | raw.c | 333 u8 type, u8 code, int inner_offset, __be32 info) in raw6_icmp_error() argument 351 rawv6_err(sk, skb, NULL, type, code, inner_offset, info); in raw6_icmp_error()
|
Completed in 8 milliseconds