Home
last modified time | relevance | path

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

/Linux-v6.6/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.c555 if (!ipv6_ext_hdr(nexthdr)) { in ip6_mc_input()
Dicmp.c841 if (ipv6_ext_hdr(nexthdr)) { in icmpv6_notify()
Dseg6_local.c701 if (unlikely(!ipv6_ext_hdr(nexthdr) || in seg6_pop_srh()
Dip6_output.c403 if (ipv6_ext_hdr(nexthdr)) { in ip6_forward_proxy_check()
Dip6_tunnel.c404 while (ipv6_ext_hdr(nexthdr) && nexthdr != NEXTHDR_NONE) { in ip6_tnl_parse_tlv_enc_lim()
/Linux-v6.6/net/ipv6/netfilter/
Dnf_conntrack_reasm.c402 if (!ipv6_ext_hdr(nexthdr)) { in find_prev_fhdr()
/Linux-v6.6/drivers/net/ethernet/netronome/nfp/crypto/
Dipsec.c536 return !(ipv6_ext_hdr(ipv6_hdr(skb)->nexthdr)); in nfp_net_ipsec_offload_ok()
/Linux-v6.6/drivers/net/ethernet/intel/ixgbevf/
Dipsec.c444 if (ipv6_ext_hdr(ipv6_hdr(skb)->nexthdr)) in ixgbevf_ipsec_offload_ok()
/Linux-v6.6/drivers/net/ethernet/chelsio/inline_crypto/ch_ipsec/
Dchcr_ipsec.c336 if (ipv6_ext_hdr(ipv6_hdr(skb)->nexthdr)) in ch_ipsec_offload_ok()
/Linux-v6.6/drivers/net/ethernet/emulex/benet/
Dbe.h922 return ipv6_ext_hdr(ipv6_hdr(skb)->nexthdr); in is_ipv6_ext_hdr()
/Linux-v6.6/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
Dipsec.c921 if (ipv6_ext_hdr(ipv6_hdr(skb)->nexthdr)) in mlx5e_ipsec_offload_ok()
/Linux-v6.6/net/openvswitch/
Dflow.c282 while (ipv6_ext_hdr(next_type)) { in get_ipv6_ext_hdrs()
Dactions.c571 if (ipv6_ext_hdr(nh->nexthdr)) in set_ipv6()
/Linux-v6.6/drivers/net/ethernet/intel/ixgbe/
Dixgbe_ipsec.c833 if (ipv6_ext_hdr(ipv6_hdr(skb)->nexthdr)) in ixgbe_ipsec_offload_ok()
/Linux-v6.6/include/net/
Dipv6.h1172 bool ipv6_ext_hdr(u8 nexthdr);
/Linux-v6.6/drivers/net/wireless/intel/iwlwifi/mvm/
Dtx.c76 while (protocol != NEXTHDR_NONE && ipv6_ext_hdr(protocol)) { in iwl_mvm_tx_csum()
/Linux-v6.6/drivers/net/ethernet/wangxun/libwx/
Dwx_lib.c1156 while (ipv6_ext_hdr(*nexthdr)) { in wx_get_ipv6_proto()
/Linux-v6.6/drivers/net/ethernet/broadcom/bnxt/
Dbnxt.c11344 while (ipv6_ext_hdr(*nexthdr)) { in bnxt_exthdr_check()