Searched refs:inner_offset (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/include/net/ |
D | rawv6.h | 15 u8 type, u8 code, int inner_offset, __be32);
|
/Linux-v4.19/net/ipv6/ |
D | icmp.c | 750 int inner_offset; in icmpv6_notify() local 761 inner_offset = ipv6_skip_exthdr(skb, sizeof(struct ipv6hdr), in icmpv6_notify() 763 if (inner_offset < 0) in icmpv6_notify() 766 inner_offset = sizeof(struct ipv6hdr); in icmpv6_notify() 770 if (!pskb_may_pull(skb, inner_offset+8)) in icmpv6_notify() 782 ipprot->err_handler(skb, NULL, type, code, inner_offset, info); in icmpv6_notify() 784 raw6_icmp_error(skb, nexthdr, type, code, inner_offset, info); in icmpv6_notify()
|
D | raw.c | 365 u8 type, u8 code, int inner_offset, __be32 info) in raw6_icmp_error() argument 386 inner_offset, info); in raw6_icmp_error()
|