Searched defs:ifa_scope (Results 1 – 4 of 4) 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
153 unsigned char ifa_scope; member
5099 static inline int rt_scope(int ifa_scope) in rt_scope()