Home
last modified time | relevance | path

Searched refs:ipv6_ext_hdr (Results 1 – 14 of 14) sorted by relevance

/Linux-v5.4/net/ipv6/
Dexthdrs_core.c13 bool ipv6_ext_hdr(u8 nexthdr) in ipv6_ext_hdr() function
25 EXPORT_SYMBOL(ipv6_ext_hdr);
79 while (ipv6_ext_hdr(nexthdr)) { in ipv6_skip_exthdr()
211 if ((!ipv6_ext_hdr(nexthdr)) || nexthdr == NEXTHDR_NONE) { in ipv6_find_hdr()
251 ((!ipv6_ext_hdr(hp->nexthdr)) || in ipv6_find_hdr()
Dip6_input.c522 if (!ipv6_ext_hdr(nexthdr)) { in ip6_mc_input()
Dicmp.c782 if (ipv6_ext_hdr(nexthdr)) { in icmpv6_notify()
Dip6_output.c338 if (ipv6_ext_hdr(nexthdr)) { in ip6_forward_proxy_check()
Dip6_tunnel.c405 while (ipv6_ext_hdr(nexthdr) && nexthdr != NEXTHDR_NONE) { in ip6_tnl_parse_tlv_enc_lim()
/Linux-v5.4/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
Dipsec.c452 if (ipv6_ext_hdr(ipv6_hdr(skb)->nexthdr)) in mlx5e_ipsec_offload_ok()
/Linux-v5.4/net/ipv6/netfilter/
Dnf_conntrack_reasm.c403 if (!ipv6_ext_hdr(nexthdr)) { in find_prev_fhdr()
/Linux-v5.4/drivers/net/ethernet/intel/ixgbevf/
Dipsec.c427 if (ipv6_ext_hdr(ipv6_hdr(skb)->nexthdr)) in ixgbevf_ipsec_offload_ok()
/Linux-v5.4/drivers/crypto/chelsio/
Dchcr_ipsec.c296 if (ipv6_ext_hdr(ipv6_hdr(skb)->nexthdr)) in chcr_ipsec_offload_ok()
/Linux-v5.4/drivers/net/ethernet/emulex/benet/
Dbe.h929 return ipv6_ext_hdr(ipv6_hdr(skb)->nexthdr); in is_ipv6_ext_hdr()
/Linux-v5.4/include/net/
Dipv6.h1055 bool ipv6_ext_hdr(u8 nexthdr);
/Linux-v5.4/drivers/net/ethernet/intel/ixgbe/
Dixgbe_ipsec.c822 if (ipv6_ext_hdr(ipv6_hdr(skb)->nexthdr)) in ixgbe_ipsec_offload_ok()
/Linux-v5.4/net/openvswitch/
Dactions.c535 if (ipv6_ext_hdr(nh->nexthdr)) in set_ipv6()
/Linux-v5.4/drivers/net/wireless/intel/iwlwifi/mvm/
Dtx.c133 while (protocol != NEXTHDR_NONE && ipv6_ext_hdr(protocol)) { in iwl_mvm_tx_csum()