Searched refs:net_ipv6_is_addr_mcast_site (Results 1 – 3 of 3) sorted by relevance
1124 #define IN6_IS_ADDR_MC_SITELOCAL(addr) net_ipv6_is_addr_mcast_site(addr)
1265 static inline bool net_ipv6_is_addr_mcast_site(const struct in6_addr *addr) in net_ipv6_is_addr_mcast_site() function
547 (net_ipv6_is_addr_mcast_site((struct in6_addr *)hdr->dst) || in net_ipv6_input()