Lines Matching refs:scope
1345 int scope) in in_dev_select_addr() argument
1353 ifa->ifa_scope <= scope) in in_dev_select_addr()
1360 __be32 inet_select_addr(const struct net_device *dev, __be32 dst, int scope) in inet_select_addr() argument
1381 if (min(ifa->ifa_scope, localnet_scope) > scope) in inet_select_addr()
1404 addr = in_dev_select_addr(in_dev, scope); in inet_select_addr()
1421 addr = in_dev_select_addr(in_dev, scope); in inet_select_addr()
1432 __be32 local, int scope) in confirm_addr_indev() argument
1447 min_scope <= scope) { in confirm_addr_indev()
1462 if (min_scope <= scope) { in confirm_addr_indev()
1484 __be32 dst, __be32 local, int scope) in inet_confirm_addr() argument
1490 return confirm_addr_indev(in_dev, dst, local, scope); in inet_confirm_addr()
1496 addr = confirm_addr_indev(in_dev, dst, local, scope); in inet_confirm_addr()