Home
last modified time | relevance | path

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

/openbmc/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
/openbmc/linux/include/uapi/linux/
H A Dif_addr.h12 __u8 ifa_scope; /* Address scope */ member
/openbmc/linux/include/linux/
H A Dinetdevice.h151 unsigned char ifa_scope; member
/openbmc/linux/net/ipv6/
H A Daddrconf.c5048 static inline int rt_scope(int ifa_scope) in rt_scope()