inner_offset       15 include/net/rawv6.h 		u8 type, u8 code, int inner_offset, __be32);
inner_offset      773 net/ipv6/icmp.c 	int inner_offset;
inner_offset      784 net/ipv6/icmp.c 		inner_offset = ipv6_skip_exthdr(skb, sizeof(struct ipv6hdr),
inner_offset      786 net/ipv6/icmp.c 		if (inner_offset < 0)
inner_offset      789 net/ipv6/icmp.c 		inner_offset = sizeof(struct ipv6hdr);
inner_offset      793 net/ipv6/icmp.c 	if (!pskb_may_pull(skb, inner_offset+8))
inner_offset      805 net/ipv6/icmp.c 		ipprot->err_handler(skb, NULL, type, code, inner_offset, info);
inner_offset      807 net/ipv6/icmp.c 	raw6_icmp_error(skb, nexthdr, type, code, inner_offset, info);
inner_offset      362 net/ipv6/raw.c 		u8 type, u8 code, int inner_offset, __be32 info)
inner_offset      383 net/ipv6/raw.c 					inner_offset, info);