Searched refs:ipv6_ext_hdr (Results 1 - 9 of 9) 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.c11 int ipv6_ext_hdr(u8 nexthdr) function
70 while (ipv6_ext_hdr(nexthdr)) {
105 EXPORT_SYMBOL(ipv6_ext_hdr); variable
H A Dip6_input.c283 if (!ipv6_ext_hdr(nexthdr)) {
H A Dicmp.c588 if (ipv6_ext_hdr(nexthdr)) {
H A Dip6_tunnel.c348 while (ipv6_ext_hdr(nexthdr) && nexthdr != NEXTHDR_NONE) {
H A Dip6_output.c343 if (ipv6_ext_hdr(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.c99 while (ipv6_ext_hdr(nexthdr)) {
H A Dnf_conntrack_reasm.c482 if (!ipv6_ext_hdr(nexthdr)) {
H A Dip6_tables.c2322 if ((!ipv6_ext_hdr(nexthdr)) || nexthdr == NEXTHDR_NONE) {
2345 ((!ipv6_ext_hdr(hp->nexthdr)) ||
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dipv6.h550 extern int ipv6_ext_hdr(u8 nexthdr);

Completed in 191 milliseconds