Lines Matching refs:scope
1286 int scope)
1294 ifa->ifa_scope <= scope)
1301 __be32 inet_select_addr(const struct net_device *dev, __be32 dst, int scope)
1321 if (min(ifa->ifa_scope, localnet_scope) > scope)
1344 addr = in_dev_select_addr(in_dev, scope);
1361 addr = in_dev_select_addr(in_dev, scope);
1372 __be32 local, int scope)
1387 min_scope <= scope) {
1402 if (min_scope <= scope) {
1421 * - scope: maximum allowed scope value for the local address
1424 __be32 dst, __be32 local, int scope)
1430 return confirm_addr_indev(in_dev, dst, local, scope);
1436 addr = confirm_addr_indev(in_dev, dst, local, scope);