Searched defs:ifa_scope (Results 1 – 3 of 3) sorted by relevance
94 unsigned int ifa_scope = ifa_addr_type & IPV6_ADDR_SCOPE_MASK; in nf_nat_redirect_ipv6_usable() local
12 __u8 ifa_scope; /* Address scope */ member
5105 static inline int rt_scope(int ifa_scope) in rt_scope()