Home
last modified time | relevance | path

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

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