Lines Matching refs:scope
512 NL_SET_ERR_MSG(extack, "ipv4: Invalid scope value");
1310 int scope)
1318 ifa->ifa_scope <= scope)
1325 __be32 inet_select_addr(const struct net_device *dev, __be32 dst, int scope)
1345 if (min(ifa->ifa_scope, localnet_scope) > scope)
1368 addr = in_dev_select_addr(in_dev, scope);
1385 addr = in_dev_select_addr(in_dev, scope);
1396 __be32 local, int scope)
1411 min_scope <= scope) {
1426 if (min_scope <= scope) {
1445 * - scope: maximum allowed scope value for the local address
1448 __be32 dst, __be32 local, int scope)
1454 return confirm_addr_indev(in_dev, dst, local, scope);
1460 addr = confirm_addr_indev(in_dev, dst, local, scope);