Searched refs:nexthdrp (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv6/
H A Dexthdrs_core.c45 * "nexthdrp" initially points to some place,
66 int ipv6_skip_exthdr(const struct sk_buff *skb, int start, u8 *nexthdrp) argument
68 u8 nexthdr = *nexthdrp;
101 *nexthdrp = nexthdr;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv6/netfilter/
H A Dnf_conntrack_l3proto_ipv6.c77 * of length "len". "nexthdrp" initially points to some place,
95 u8 *nexthdrp, int len)
97 u8 nexthdr = *nexthdrp;
121 *nexthdrp = nexthdr;
94 nf_ct_ipv6_skip_exthdr(const struct sk_buff *skb, int start, u8 *nexthdrp, int len) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dipv6.h548 u8 *nexthdrp);

Completed in 48 milliseconds