Home
last modified time | relevance | path

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

/linux-6.14.4/net/netfilter/
Dnf_nat_redirect.c94 unsigned int ifa_scope = ifa_addr_type & IPV6_ADDR_SCOPE_MASK; in nf_nat_redirect_ipv6_usable() local
/linux-6.14.4/include/uapi/linux/
Dif_addr.h12 __u8 ifa_scope; /* Address scope */ member
/linux-6.14.4/include/linux/
Dinetdevice.h153 unsigned char ifa_scope; member
/linux-6.14.4/net/ipv6/
Daddrconf.c5099 static inline int rt_scope(int ifa_scope) in rt_scope()