Home
last modified time | relevance | path

Searched defs:ifa_scope (Results 1 – 3 of 3) sorted by relevance

/linux/net/netfilter/
H A Dnf_nat_redirect.c94 unsigned int ifa_scope = ifa_addr_type & IPV6_ADDR_SCOPE_MASK; in nf_nat_redirect_ipv6_usable() local
/linux/include/uapi/linux/
H A Dif_addr.h12 __u8 ifa_scope; /* Address scope */ member
/linux/net/ipv6/
H A Daddrconf.c5105 static inline int rt_scope(int ifa_scope) in rt_scope()