Home
last modified time | relevance | path

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

/linux-4.4.14/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()
214 if ((!ipv6_ext_hdr(nexthdr)) || nexthdr == NEXTHDR_NONE) { in ipv6_find_hdr()
254 ((!ipv6_ext_hdr(hp->nexthdr)) || in ipv6_find_hdr()
Dip6_input.c325 if (!ipv6_ext_hdr(nexthdr)) { in ip6_mc_input()
Dicmp.c646 if (ipv6_ext_hdr(nexthdr)) { in icmpv6_notify()
Dip6_output.c287 if (ipv6_ext_hdr(nexthdr)) { in ip6_forward_proxy_check()
Dip6_tunnel.c484 while (ipv6_ext_hdr(nexthdr) && nexthdr != NEXTHDR_NONE) { in ip6_tnl_parse_tlv_enc_lim()
/linux-4.4.14/net/ipv6/netfilter/
Dnf_conntrack_reasm.c531 if (!ipv6_ext_hdr(nexthdr)) { in find_prev_fhdr()
/linux-4.4.14/include/net/
Dipv6.h903 bool ipv6_ext_hdr(u8 nexthdr);
/linux-4.4.14/net/openvswitch/
Dactions.c480 if (ipv6_ext_hdr(nh->nexthdr)) in set_ipv6()