Searched refs:inner_offset (Results 1 - 1 of 1) sorted by path

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv6/
H A Dicmp.c569 int inner_offset; local
579 inner_offset = ipv6_skip_exthdr(skb, sizeof(struct ipv6hdr), &nexthdr);
580 if (inner_offset<0)
583 inner_offset = sizeof(struct ipv6hdr);
587 if (!pskb_may_pull(skb, inner_offset+8))
605 ipprot->err_handler(skb, NULL, type, code, inner_offset, info);
612 rawv6_err(sk, skb, NULL, type, code, inner_offset, info);

Completed in 84 milliseconds