Home
last modified time | relevance | path

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

/linux/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()
213 if ((!ipv6_ext_hdr(nexthdr)) || nexthdr == NEXTHDR_NONE) { in ipv6_find_hdr()
253 ((!ipv6_ext_hdr(hp->nexthdr)) || in ipv6_find_hdr()
H A Dip6_input.c557 if (!ipv6_ext_hdr(nexthdr)) { in ip6_mc_input()
H A Dicmp.c853 if (ipv6_ext_hdr(nexthdr)) { in icmpv6_notify()
H A Dip6_tunnel.c404 while (ipv6_ext_hdr(nexthdr) && nexthdr != NEXTHDR_NONE) { in ip6_tnl_parse_tlv_enc_lim()
/linux/drivers/net/ethernet/intel/idpf/
H A Didpf_singleq_txrx.c63 if (ipv6_ext_hdr(l4_proto)) in idpf_tx_singleq_csum()
137 if (ipv6_ext_hdr(l4_proto)) in idpf_tx_singleq_csum()
/linux/net/ipv6/netfilter/
H A Dnf_conntrack_reasm.c406 if (!ipv6_ext_hdr(nexthdr)) { in find_prev_fhdr()
/linux/drivers/net/ethernet/netronome/nfp/crypto/
H A Dipsec.c575 return !(ipv6_ext_hdr(ipv6_hdr(skb)->nexthdr)); in nfp_net_ipsec_offload_ok()
/linux/drivers/net/ethernet/intel/ixgbevf/
H A Dipsec.c444 if (ipv6_ext_hdr(ipv6_hdr(skb)->nexthdr)) in ixgbevf_ipsec_offload_ok()
/linux/drivers/net/ethernet/chelsio/inline_crypto/ch_ipsec/
H A Dchcr_ipsec.c334 if (ipv6_ext_hdr(ipv6_hdr(skb)->nexthdr)) in ch_ipsec_offload_ok()
/linux/drivers/net/ethernet/emulex/benet/
H A Dbe.h922 return ipv6_ext_hdr(ipv6_hdr(skb)->nexthdr); in is_ipv6_ext_hdr()
/linux/net/openvswitch/
H A Dflow.c282 while (ipv6_ext_hdr(next_type)) { in get_ipv6_ext_hdrs()
H A Dactions.c587 if (ipv6_ext_hdr(nh->nexthdr)) in set_ipv6()
/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_ipsec.c833 if (ipv6_ext_hdr(ipv6_hdr(skb)->nexthdr)) in ixgbe_ipsec_offload_ok()
/linux/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
H A Dipsec.c964 if (ipv6_ext_hdr(ipv6_hdr(skb)->nexthdr)) in mlx5e_ipsec_offload_ok()
/linux/drivers/net/ethernet/wangxun/libwx/
H A Dwx_lib.c1091 while (ipv6_ext_hdr(*nexthdr)) { in wx_get_ipv6_proto()
/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.c13393 while (ipv6_ext_hdr(*nexthdr)) { in bnxt_exthdr_check()