Home
last modified time | relevance | path

Searched refs:localnet_scope (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/net/ipv4/
H A Ddevinet.c1305 unsigned char localnet_scope = RT_SCOPE_HOST; in inet_select_addr() local
1316 localnet_scope = RT_SCOPE_LINK; in inet_select_addr()
1321 if (min(ifa->ifa_scope, localnet_scope) > scope) in inet_select_addr()
1374 unsigned char localnet_scope = RT_SCOPE_HOST; in confirm_addr_indev() local
1380 localnet_scope = RT_SCOPE_LINK; in confirm_addr_indev()
1383 unsigned char min_scope = min(ifa->ifa_scope, localnet_scope); in confirm_addr_indev()
/kernel/linux/linux-6.6/net/ipv4/
H A Ddevinet.c1329 unsigned char localnet_scope = RT_SCOPE_HOST; in inet_select_addr() local
1340 localnet_scope = RT_SCOPE_LINK; in inet_select_addr()
1345 if (min(ifa->ifa_scope, localnet_scope) > scope) in inet_select_addr()
1398 unsigned char localnet_scope = RT_SCOPE_HOST; in confirm_addr_indev() local
1404 localnet_scope = RT_SCOPE_LINK; in confirm_addr_indev()
1407 unsigned char min_scope = min(ifa->ifa_scope, localnet_scope); in confirm_addr_indev()

Completed in 7 milliseconds