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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/net/
H A Drawv6.h9 u8 type, u8 code, int inner_offset, __be32);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/net/
H A Drawv6.h9 u8 type, u8 code, int inner_offset, __be32);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/ipv6/
H A Dicmp.c580 int inner_offset; local
590 inner_offset = ipv6_skip_exthdr(skb, sizeof(struct ipv6hdr), &nexthdr);
591 if (inner_offset<0)
594 inner_offset = sizeof(struct ipv6hdr);
598 if (!pskb_may_pull(skb, inner_offset+8))
613 ipprot->err_handler(skb, NULL, type, code, inner_offset, info);
616 raw6_icmp_error(skb, nexthdr, type, code, inner_offset, info);
H A Draw.c340 u8 type, u8 code, int inner_offset, __be32 info)
361 inner_offset, info);
339 raw6_icmp_error(struct sk_buff *skb, int nexthdr, u8 type, u8 code, int inner_offset, __be32 info) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/ipv6/
H A Dicmp.c580 int inner_offset; local
590 inner_offset = ipv6_skip_exthdr(skb, sizeof(struct ipv6hdr), &nexthdr);
591 if (inner_offset<0)
594 inner_offset = sizeof(struct ipv6hdr);
598 if (!pskb_may_pull(skb, inner_offset+8))
613 ipprot->err_handler(skb, NULL, type, code, inner_offset, info);
616 raw6_icmp_error(skb, nexthdr, type, code, inner_offset, info);
H A Draw.c340 u8 type, u8 code, int inner_offset, __be32 info)
361 inner_offset, info);
339 raw6_icmp_error(struct sk_buff *skb, int nexthdr, u8 type, u8 code, int inner_offset, __be32 info) argument

Completed in 210 milliseconds