ifa_scope         147 include/linux/inetdevice.h 	unsigned char		ifa_scope;
ifa_scope          14 include/net/dn_dev.h 	__u8              ifa_scope;
ifa_scope          12 include/uapi/linux/if_addr.h 	__u8		ifa_scope;	/* Address scope		*/
ifa_scope         404 net/decnet/dn_dev.c 		ifa->ifa_scope = RT_SCOPE_HOST;
ifa_scope         660 net/decnet/dn_dev.c 	ifa->ifa_scope = ifm->ifa_scope;
ifa_scope         699 net/decnet/dn_dev.c 	ifm->ifa_scope = ifa->ifa_scope;
ifa_scope        1180 net/decnet/dn_dev.c 	ifa->ifa_scope = RT_SCOPE_UNIVERSE;
ifa_scope         919 net/decnet/dn_route.c 		if (ifa->ifa_scope > scope)
ifa_scope         374 net/ipv4/devinet.c 			    ifa1->ifa_scope <= ifa->ifa_scope)
ifa_scope         499 net/ipv4/devinet.c 		    ifa->ifa_scope <= ifa1->ifa_scope)
ifa_scope         507 net/ipv4/devinet.c 			if (ifa1->ifa_scope != ifa->ifa_scope) {
ifa_scope         581 net/ipv4/devinet.c 		ifa->ifa_scope = RT_SCOPE_HOST;
ifa_scope         874 net/ipv4/devinet.c 	ifa->ifa_scope = ifm->ifa_scope;
ifa_scope        1167 net/ipv4/devinet.c 			ifa->ifa_scope = 0;
ifa_scope        1293 net/ipv4/devinet.c 		if (ifa->ifa_scope != RT_SCOPE_LINK &&
ifa_scope        1294 net/ipv4/devinet.c 		    ifa->ifa_scope <= scope)
ifa_scope        1321 net/ipv4/devinet.c 		if (min(ifa->ifa_scope, localnet_scope) > scope)
ifa_scope        1383 net/ipv4/devinet.c 		unsigned char min_scope = min(ifa->ifa_scope, localnet_scope);
ifa_scope        1565 net/ipv4/devinet.c 				ifa->ifa_scope = RT_SCOPE_HOST;
ifa_scope        1665 net/ipv4/devinet.c 	ifm->ifa_scope = ifa->ifa_scope;
ifa_scope        1732 net/ipv4/devinet.c 	if (ifm->ifa_prefixlen || ifm->ifa_flags || ifm->ifa_scope) {
ifa_scope        3138 net/ipv6/addrconf.c 				if (ifa->ifa_scope == RT_SCOPE_LINK)
ifa_scope        3140 net/ipv6/addrconf.c 				if (ifa->ifa_scope >= RT_SCOPE_HOST) {
ifa_scope        4850 net/ipv6/addrconf.c 	ifm->ifa_scope = scope;
ifa_scope        4867 net/ipv6/addrconf.c static inline int rt_scope(int ifa_scope)
ifa_scope        4869 net/ipv6/addrconf.c 	if (ifa_scope & IFA_HOST)
ifa_scope        4871 net/ipv6/addrconf.c 	else if (ifa_scope & IFA_LINK)
ifa_scope        4873 net/ipv6/addrconf.c 	else if (ifa_scope & IFA_SITE)
ifa_scope        5112 net/ipv6/addrconf.c 	if (ifm->ifa_prefixlen || ifm->ifa_flags || ifm->ifa_scope) {
ifa_scope        5272 net/ipv6/addrconf.c 	if (ifm->ifa_prefixlen || ifm->ifa_flags || ifm->ifa_scope) {
ifa_scope         109 net/phonet/pn_netlink.c 	ifm->ifa_scope = RT_SCOPE_LINK;