ipv6_ext_hdr      296 drivers/crypto/chelsio/chcr_ipsec.c 		if (ipv6_ext_hdr(ipv6_hdr(skb)->nexthdr))
ipv6_ext_hdr      929 drivers/net/ethernet/emulex/benet/be.h 		return ipv6_ext_hdr(ipv6_hdr(skb)->nexthdr);
ipv6_ext_hdr      822 drivers/net/ethernet/intel/ixgbe/ixgbe_ipsec.c 		if (ipv6_ext_hdr(ipv6_hdr(skb)->nexthdr))
ipv6_ext_hdr      427 drivers/net/ethernet/intel/ixgbevf/ipsec.c 		if (ipv6_ext_hdr(ipv6_hdr(skb)->nexthdr))
ipv6_ext_hdr      452 drivers/net/ethernet/mellanox/mlx5/core/en_accel/ipsec.c 		if (ipv6_ext_hdr(ipv6_hdr(skb)->nexthdr))
ipv6_ext_hdr      133 drivers/net/wireless/intel/iwlwifi/mvm/tx.c 		while (protocol != NEXTHDR_NONE && ipv6_ext_hdr(protocol)) {
ipv6_ext_hdr     1055 include/net/ipv6.h bool ipv6_ext_hdr(u8 nexthdr);
ipv6_ext_hdr       25 net/ipv6/exthdrs_core.c EXPORT_SYMBOL(ipv6_ext_hdr);
ipv6_ext_hdr       79 net/ipv6/exthdrs_core.c 	while (ipv6_ext_hdr(nexthdr)) {
ipv6_ext_hdr      211 net/ipv6/exthdrs_core.c 		if ((!ipv6_ext_hdr(nexthdr)) || nexthdr == NEXTHDR_NONE) {
ipv6_ext_hdr      251 net/ipv6/exthdrs_core.c 				    ((!ipv6_ext_hdr(hp->nexthdr)) ||
ipv6_ext_hdr      782 net/ipv6/icmp.c 	if (ipv6_ext_hdr(nexthdr)) {
ipv6_ext_hdr      522 net/ipv6/ip6_input.c 				if (!ipv6_ext_hdr(nexthdr)) {
ipv6_ext_hdr      338 net/ipv6/ip6_output.c 	if (ipv6_ext_hdr(nexthdr)) {
ipv6_ext_hdr      405 net/ipv6/ip6_tunnel.c 	while (ipv6_ext_hdr(nexthdr) && nexthdr != NEXTHDR_NONE) {
ipv6_ext_hdr      403 net/ipv6/netfilter/nf_conntrack_reasm.c 		if (!ipv6_ext_hdr(nexthdr)) {
ipv6_ext_hdr      537 net/openvswitch/actions.c 			if (ipv6_ext_hdr(nh->nexthdr))