Home
last modified time | relevance | path

Searched refs:ltype (Results 1 – 1 of 1) sorted by relevance

/net/ipv6/
Dip6_tunnel.c737 int ltype = ipv6_addr_type(laddr); in ip6_tnl_get_cap() local
741 if (ltype == IPV6_ADDR_ANY || rtype == IPV6_ADDR_ANY) { in ip6_tnl_get_cap()
743 } else if (ltype & (IPV6_ADDR_UNICAST|IPV6_ADDR_MULTICAST) && in ip6_tnl_get_cap()
745 !((ltype|rtype) & IPV6_ADDR_LOOPBACK) && in ip6_tnl_get_cap()
746 (!((ltype|rtype) & IPV6_ADDR_LINKLOCAL) || p->link)) { in ip6_tnl_get_cap()
747 if (ltype&IPV6_ADDR_UNICAST) in ip6_tnl_get_cap()