Searched refs:net_ipv6_is_addr_solicited_node (Results 1 – 3 of 3) sorted by relevance
524 net_ipv6_is_addr_solicited_node((struct in6_addr *)hdr->dst))) { in net_ipv6_input()
1373 if (!net_ipv6_is_addr_solicited_node((struct in6_addr *)ip_hdr->dst)) { in handle_ns_input()1412 if (net_ipv6_is_addr_solicited_node((struct in6_addr *)ip_hdr->dst)) { in handle_ns_input()
1161 static inline bool net_ipv6_is_addr_solicited_node(const struct in6_addr *addr) in net_ipv6_is_addr_solicited_node() function