Home
last modified time | relevance | path

Searched refs:ipv6_ext_hdr (Results 1 – 10 of 10) 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.c560 if (!ipv6_ext_hdr(nexthdr)) { in ip6_mc_input()
H A Dicmp.c855 if (ipv6_ext_hdr(nexthdr)) { in icmpv6_notify()
H A Dseg6_local.c704 if (unlikely(!ipv6_ext_hdr(nexthdr) || in seg6_pop_srh()
H A Dip6_output.c425 if (ipv6_ext_hdr(nexthdr)) { in ip6_forward_proxy_check()
/linux/net/ipv6/netfilter/
H A Dnf_conntrack_reasm.c409 if (!ipv6_ext_hdr(nexthdr)) { in find_prev_fhdr()
/linux/net/xfrm/
H A Dxfrm_device.c451 if (ipv6_ext_hdr(ipv6_hdr(skb)->nexthdr)) in xfrm_dev_offload_ok()
/linux/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/net/openvswitch/
H A Dactions.c546 if (ipv6_ext_hdr(nh->nexthdr)) in set_ipv6()
/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.c13764 while (ipv6_ext_hdr(*nexthdr)) { in bnxt_exthdr_check()