Home
last modified time | relevance | path

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

/Linux-v4.19/net/ipv6/
Dexthdrs_core.c12 bool ipv6_ext_hdr(u8 nexthdr) in ipv6_ext_hdr() function
24 EXPORT_SYMBOL(ipv6_ext_hdr);
78 while (ipv6_ext_hdr(nexthdr)) { in ipv6_skip_exthdr()
212 if ((!ipv6_ext_hdr(nexthdr)) || nexthdr == NEXTHDR_NONE) { in ipv6_find_hdr()
252 ((!ipv6_ext_hdr(hp->nexthdr)) || in ipv6_find_hdr()
Dip6_input.c472 if (!ipv6_ext_hdr(nexthdr)) { in ip6_mc_input()
Dicmp.c759 if (ipv6_ext_hdr(nexthdr)) { in icmpv6_notify()
Dip6_output.c328 if (ipv6_ext_hdr(nexthdr)) { in ip6_forward_proxy_check()
Dip6_tunnel.c410 while (ipv6_ext_hdr(nexthdr) && nexthdr != NEXTHDR_NONE) { in ip6_tnl_parse_tlv_enc_lim()
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/en_accel/
Dipsec.c452 if (ipv6_ext_hdr(ipv6_hdr(skb)->nexthdr)) in mlx5e_ipsec_offload_ok()
/Linux-v4.19/net/ipv6/netfilter/
Dnf_conntrack_reasm.c500 if (!ipv6_ext_hdr(nexthdr)) { in find_prev_fhdr()
/Linux-v4.19/drivers/net/ethernet/intel/ixgbe/
Dixgbe_ipsec.c800 if (ipv6_ext_hdr(ipv6_hdr(skb)->nexthdr)) in ixgbe_ipsec_offload_ok()
/Linux-v4.19/drivers/net/ethernet/emulex/benet/
Dbe.h932 return ipv6_ext_hdr(ipv6_hdr(skb)->nexthdr); in is_ipv6_ext_hdr()
/Linux-v4.19/include/net/
Dipv6.h995 bool ipv6_ext_hdr(u8 nexthdr);
/Linux-v4.19/net/openvswitch/
Dactions.c608 if (ipv6_ext_hdr(nh->nexthdr)) in set_ipv6()
/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/mvm/
Dtx.c139 while (protocol != NEXTHDR_NONE && ipv6_ext_hdr(protocol)) { in iwl_mvm_tx_csum()