__ipv6_addr_type  458 include/net/ipv6.h int __ipv6_addr_type(const struct in6_addr *addr);
__ipv6_addr_type  461 include/net/ipv6.h 	return __ipv6_addr_type(addr) & 0xffff;
__ipv6_addr_type  466 include/net/ipv6.h 	return __ipv6_addr_type(addr) & IPV6_ADDR_SCOPE_MASK;
__ipv6_addr_type  476 include/net/ipv6.h 	return __ipv6_addr_src_scope(__ipv6_addr_type(addr));
__ipv6_addr_type  488 include/net/ipv6.h 	return __ipv6_addr_needs_scope_id(__ipv6_addr_type(addr)) ? iface : 0;
__ipv6_addr_type 1673 net/ipv6/addrconf.c 		score->addr_type = __ipv6_addr_type(&score->ifa->addr);
__ipv6_addr_type 1755 net/ipv6/addrconf.c 	dst_type = __ipv6_addr_type(daddr);
__ipv6_addr_type   90 net/ipv6/addrconf_core.c EXPORT_SYMBOL(__ipv6_addr_type);
__ipv6_addr_type  791 net/ipv6/datagram.c 			addr_type = __ipv6_addr_type(&src_info->ipi6_addr);
__ipv6_addr_type  853 net/ipv6/raw.c 		    __ipv6_addr_needs_scope_id(__ipv6_addr_type(daddr)))
__ipv6_addr_type 1344 net/ipv6/udp.c 		    __ipv6_addr_needs_scope_id(__ipv6_addr_type(daddr)))