Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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()
213 if ((!ipv6_ext_hdr(nexthdr)) || nexthdr == NEXTHDR_NONE) { in ipv6_find_hdr()
253 ((!ipv6_ext_hdr(hp->nexthdr)) || in ipv6_find_hdr()
Dip6_input.c540 if (!ipv6_ext_hdr(nexthdr)) { in ip6_mc_input()
Dicmp.c826 if (ipv6_ext_hdr(nexthdr)) { in icmpv6_notify()
Dip6_output.c406 if (ipv6_ext_hdr(nexthdr)) { in ip6_forward_proxy_check()
Dip6_tunnel.c432 while (ipv6_ext_hdr(nexthdr) && nexthdr != NEXTHDR_NONE) { in ip6_tnl_parse_tlv_enc_lim()
/kernel/linux/linux-5.10/net/ipv6/netfilter/
Dnf_conntrack_reasm.c404 if (!ipv6_ext_hdr(nexthdr)) { in find_prev_fhdr()
/kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
Dipsec.c466 if (ipv6_ext_hdr(ipv6_hdr(skb)->nexthdr)) in mlx5e_ipsec_offload_ok()
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbevf/
Dipsec.c438 if (ipv6_ext_hdr(ipv6_hdr(skb)->nexthdr)) in ixgbevf_ipsec_offload_ok()
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/inline_crypto/ch_ipsec/
Dchcr_ipsec.c332 if (ipv6_ext_hdr(ipv6_hdr(skb)->nexthdr)) in ch_ipsec_offload_ok()
/kernel/linux/linux-5.10/drivers/net/ethernet/emulex/benet/
Dbe.h923 return ipv6_ext_hdr(ipv6_hdr(skb)->nexthdr); in is_ipv6_ext_hdr()
/kernel/linux/linux-5.10/include/net/
Dipv6.h1064 bool ipv6_ext_hdr(u8 nexthdr);
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/ixgbe/
Dixgbe_ipsec.c827 if (ipv6_ext_hdr(ipv6_hdr(skb)->nexthdr)) in ixgbe_ipsec_offload_ok()
/kernel/linux/linux-5.10/net/openvswitch/
Dactions.c568 if (ipv6_ext_hdr(nh->nexthdr)) in set_ipv6()
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/
Dtx.c133 while (protocol != NEXTHDR_NONE && ipv6_ext_hdr(protocol)) { in iwl_mvm_tx_csum()