Home
last modified time | relevance | path

Searched refs:ipv6_ext_hdr (Results 1 – 15 of 15) 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);
80 while (ipv6_ext_hdr(nexthdr)) { in ipv6_skip_exthdr()
217 if ((!ipv6_ext_hdr(nexthdr)) || nexthdr == NEXTHDR_NONE) { in ipv6_find_hdr()
260 ((!ipv6_ext_hdr(hp->nexthdr)) || in ipv6_find_hdr()
H A Dip6_input.c605 if (!ipv6_ext_hdr(nexthdr)) { in ip6_mc_input()
H A Dicmp.c1055 if (ipv6_ext_hdr(nexthdr)) { in icmpv6_notify()
H A Dseg6_local.c723 if (unlikely(!ipv6_ext_hdr(nexthdr) || in seg6_pop_srh()
H A Dip6_output.c443 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/net/ipv6/netfilter/
H A Dnf_conntrack_reasm.c410 if (!ipv6_ext_hdr(nexthdr)) { in find_prev_fhdr()
/linux/net/xfrm/
H A Dxfrm_device.c460 if (ipv6_ext_hdr(ipv6_hdr(skb)->nexthdr)) in xfrm_dev_offload_ok()
/linux/net/openvswitch/
H A Dflow.c278 while (ipv6_ext_hdr(next_type)) { in get_ipv6_ext_hdrs()
H A Dactions.c547 if (ipv6_ext_hdr(nh->nexthdr)) in set_ipv6()
/linux/drivers/net/wireless/intel/iwlwifi/mld/
H A Dtx.c248 while (protocol != NEXTHDR_NONE && ipv6_ext_hdr(protocol)) { in iwl_mld_get_offload_assist()
/linux/net/netfilter/
H A Dnf_flow_table_ip.c351 if (ipv6_ext_hdr(ip6h->nexthdr)) in nf_flow_ip6_tunnel_proto()
H A Dnfnetlink_queue.c1347 while (ipv6_ext_hdr(orig_nexthdr)) { in nfqnl_validate_exthdr()
/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dtx.c77 while (protocol != NEXTHDR_NONE && ipv6_ext_hdr(protocol)) { in iwl_mvm_tx_csum()
/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.c14175 while (ipv6_ext_hdr(*nexthdr)) { in bnxt_exthdr_check()