Searched refs:ipv6_ext_hdr (Results 1 – 8 of 8) sorted by relevance
12 bool ipv6_ext_hdr(u8 nexthdr) in ipv6_ext_hdr() function24 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()
325 if (!ipv6_ext_hdr(nexthdr)) { in ip6_mc_input()
646 if (ipv6_ext_hdr(nexthdr)) { in icmpv6_notify()
287 if (ipv6_ext_hdr(nexthdr)) { in ip6_forward_proxy_check()
484 while (ipv6_ext_hdr(nexthdr) && nexthdr != NEXTHDR_NONE) { in ip6_tnl_parse_tlv_enc_lim()
531 if (!ipv6_ext_hdr(nexthdr)) { in find_prev_fhdr()
903 bool ipv6_ext_hdr(u8 nexthdr);
480 if (ipv6_ext_hdr(nh->nexthdr)) in set_ipv6()