Searched refs:ifa_scope (Results 1 - 7 of 7) sorted by relevance

/linux-master/net/netfilter/
H A Dnf_nat_redirect.c94 unsigned int ifa_scope = ifa_addr_type & IPV6_ADDR_SCOPE_MASK; local
96 if (!(scope & ifa_scope))
/linux-master/include/uapi/linux/
H A Dif_addr.h12 __u8 ifa_scope; /* Address scope */ member in struct:ifaddrmsg
/linux-master/net/ipv4/
H A Ddevinet.c378 ifa1->ifa_scope <= ifa->ifa_scope)
503 ifa->ifa_scope <= ifa1->ifa_scope)
511 if (ifa1->ifa_scope != ifa->ifa_scope) {
584 ifa->ifa_scope = RT_SCOPE_HOST;
893 ifa->ifa_scope = ifm->ifa_scope;
1196 ifa->ifa_scope
[all...]
/linux-master/net/phonet/
H A Dpn_netlink.c109 ifm->ifa_scope = RT_SCOPE_LINK;
/linux-master/include/linux/
H A Dinetdevice.h153 unsigned char ifa_scope; member in struct:in_ifaddr
/linux-master/net/mctp/
H A Ddevice.c77 hdr->ifa_scope = 0;
/linux-master/net/ipv6/
H A Daddrconf.c3257 if (ifa->ifa_scope == RT_SCOPE_LINK)
3259 if (ifa->ifa_scope >= RT_SCOPE_HOST) {
5071 ifm->ifa_scope = scope;
5088 static inline int rt_scope(int ifa_scope) argument
5090 if (ifa_scope & IFA_HOST)
5092 else if (ifa_scope & IFA_LINK)
5094 else if (ifa_scope & IFA_SITE)
5351 if (ifm->ifa_prefixlen || ifm->ifa_flags || ifm->ifa_scope) {
5492 if (ifm->ifa_prefixlen || ifm->ifa_flags || ifm->ifa_scope) {

Completed in 257 milliseconds