ipv6_ext_hdr      517 include/net/ipv6.h extern int 			ipv6_ext_hdr(u8 nexthdr);
ipv6_ext_hdr       70 net/ipv6/exthdrs_core.c 	while (ipv6_ext_hdr(nexthdr)) {
ipv6_ext_hdr      604 net/ipv6/icmp.c 	if (ipv6_ext_hdr(nexthdr)) {
ipv6_ext_hdr      280 net/ipv6/ip6_input.c 				if (!ipv6_ext_hdr(nexthdr)) {
ipv6_ext_hdr      365 net/ipv6/ip6_output.c 	if (ipv6_ext_hdr(nexthdr)) {
ipv6_ext_hdr      342 net/ipv6/ip6_tunnel.c 	while (ipv6_ext_hdr(nexthdr) && nexthdr != NEXTHDR_NONE) {
ipv6_ext_hdr     2337 net/ipv6/netfilter/ip6_tables.c 		if ((!ipv6_ext_hdr(nexthdr)) || nexthdr == NEXTHDR_NONE) {
ipv6_ext_hdr     2360 net/ipv6/netfilter/ip6_tables.c 				    ((!ipv6_ext_hdr(hp->nexthdr)) ||
ipv6_ext_hdr       90 net/ipv6/netfilter/nf_conntrack_l3proto_ipv6.c 	while (ipv6_ext_hdr(nexthdr)) {
ipv6_ext_hdr      528 net/ipv6/netfilter/nf_conntrack_reasm.c 		if (!ipv6_ext_hdr(nexthdr)) {