Home
last modified time | relevance | path

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

/linux-6.15/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 Dseg6_local.c701 if (unlikely(!ipv6_ext_hdr(nexthdr) || in seg6_pop_srh()
H A Dip6_output.c424 if (ipv6_ext_hdr(nexthdr)) { in ip6_forward_proxy_check()
H A Dip6_tunnel.c404 while (ipv6_ext_hdr(nexthdr) && nexthdr != NEXTHDR_NONE) { in ip6_tnl_parse_tlv_enc_lim()
/linux-6.15/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-6.15/net/ipv6/netfilter/
H A Dnf_conntrack_reasm.c409 if (!ipv6_ext_hdr(nexthdr)) { in find_prev_fhdr()
/linux-6.15/net/xfrm/
H A Dxfrm_device.c450 if (ipv6_ext_hdr(ipv6_hdr(skb)->nexthdr)) in xfrm_dev_offload_ok()
/linux-6.15/drivers/net/ethernet/emulex/benet/
H A Dbe.h922 return ipv6_ext_hdr(ipv6_hdr(skb)->nexthdr); in is_ipv6_ext_hdr()
/linux-6.15/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-6.15/include/net/
H A Dipv6.h1159 bool ipv6_ext_hdr(u8 nexthdr);
/linux-6.15/drivers/net/wireless/intel/iwlwifi/mld/
H A Dtx.c243 while (protocol != NEXTHDR_NONE && ipv6_ext_hdr(protocol)) { in iwl_mld_get_offload_assist()
/linux-6.15/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dtx.c77 while (protocol != NEXTHDR_NONE && ipv6_ext_hdr(protocol)) { in iwl_mvm_tx_csum()
/linux-6.15/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.c13634 while (ipv6_ext_hdr(*nexthdr)) { in bnxt_exthdr_check()