Searched refs:ipv6_ext_hdr (Results 1 – 12 of 12) 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()212 if ((!ipv6_ext_hdr(nexthdr)) || nexthdr == NEXTHDR_NONE) { in ipv6_find_hdr()252 ((!ipv6_ext_hdr(hp->nexthdr)) || in ipv6_find_hdr()
472 if (!ipv6_ext_hdr(nexthdr)) { in ip6_mc_input()
759 if (ipv6_ext_hdr(nexthdr)) { in icmpv6_notify()
328 if (ipv6_ext_hdr(nexthdr)) { in ip6_forward_proxy_check()
410 while (ipv6_ext_hdr(nexthdr) && nexthdr != NEXTHDR_NONE) { in ip6_tnl_parse_tlv_enc_lim()
452 if (ipv6_ext_hdr(ipv6_hdr(skb)->nexthdr)) in mlx5e_ipsec_offload_ok()
500 if (!ipv6_ext_hdr(nexthdr)) { in find_prev_fhdr()
800 if (ipv6_ext_hdr(ipv6_hdr(skb)->nexthdr)) in ixgbe_ipsec_offload_ok()
932 return ipv6_ext_hdr(ipv6_hdr(skb)->nexthdr); in is_ipv6_ext_hdr()
995 bool ipv6_ext_hdr(u8 nexthdr);
608 if (ipv6_ext_hdr(nh->nexthdr)) in set_ipv6()
139 while (protocol != NEXTHDR_NONE && ipv6_ext_hdr(protocol)) { in iwl_mvm_tx_csum()