Home
last modified time | relevance | path

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

/linux-6.1.9/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.c556 if (!ipv6_ext_hdr(nexthdr)) { in ip6_mc_input()
Dicmp.c830 if (ipv6_ext_hdr(nexthdr)) { in icmpv6_notify()
Dip6_output.c402 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-6.1.9/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
Dipsec.c408 if (ipv6_ext_hdr(ipv6_hdr(skb)->nexthdr)) in mlx5e_ipsec_offload_ok()
/linux-6.1.9/net/ipv6/netfilter/
Dnf_conntrack_reasm.c401 if (!ipv6_ext_hdr(nexthdr)) { in find_prev_fhdr()
/linux-6.1.9/drivers/net/ethernet/intel/ixgbevf/
Dipsec.c438 if (ipv6_ext_hdr(ipv6_hdr(skb)->nexthdr)) in ixgbevf_ipsec_offload_ok()
/linux-6.1.9/drivers/net/ethernet/chelsio/inline_crypto/ch_ipsec/
Dchcr_ipsec.c330 if (ipv6_ext_hdr(ipv6_hdr(skb)->nexthdr)) in ch_ipsec_offload_ok()
/linux-6.1.9/drivers/net/ethernet/emulex/benet/
Dbe.h922 return ipv6_ext_hdr(ipv6_hdr(skb)->nexthdr); in is_ipv6_ext_hdr()
/linux-6.1.9/net/openvswitch/
Dflow.c279 while (ipv6_ext_hdr(next_type)) { in get_ipv6_ext_hdrs()
Dactions.c569 if (ipv6_ext_hdr(nh->nexthdr)) in set_ipv6()
/linux-6.1.9/drivers/net/ethernet/intel/ixgbe/
Dixgbe_ipsec.c827 if (ipv6_ext_hdr(ipv6_hdr(skb)->nexthdr)) in ixgbe_ipsec_offload_ok()
/linux-6.1.9/include/net/
Dipv6.h1136 bool ipv6_ext_hdr(u8 nexthdr);
/linux-6.1.9/drivers/net/wireless/intel/iwlwifi/mvm/
Dtx.c73 while (protocol != NEXTHDR_NONE && ipv6_ext_hdr(protocol)) { in iwl_mvm_tx_csum_pre_bz()
/linux-6.1.9/drivers/net/ethernet/broadcom/bnxt/
Dbnxt.c11297 while (ipv6_ext_hdr(*nexthdr)) { in bnxt_exthdr_check()