Home
last modified time | relevance | path

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

/Linux-v5.4/net/ipv4/
Ddevinet.c1299 unsigned char localnet_scope = RT_SCOPE_HOST; in inet_select_addr() local
1310 localnet_scope = RT_SCOPE_LINK; in inet_select_addr()
1315 if (min(ifa->ifa_scope, localnet_scope) > scope) in inet_select_addr()
1368 unsigned char localnet_scope = RT_SCOPE_HOST; in confirm_addr_indev() local
1374 localnet_scope = RT_SCOPE_LINK; in confirm_addr_indev()
1377 unsigned char min_scope = min(ifa->ifa_scope, localnet_scope); in confirm_addr_indev()