Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/ipv4/
H A Dfib_semantics.c301 nh->fib_nh_scope != onh->fib_nh_scope || in nh_comp()
1064 nh->fib_nh_scope = RT_SCOPE_LINK; in fib_check_nh_v6_gw()
1147 nh->fib_nh_scope = RT_SCOPE_LINK; in fib_check_nh_v4_gw()
1192 nh->fib_nh_scope = res.scope; in fib_check_nh_v4_gw()
1235 nh->fib_nh_scope = RT_SCOPE_LINK; in fib_check_nh_nongw()
1560 nh->fib_nh_scope = RT_SCOPE_NOWHERE; in fib_create_info()
2017 nexthop_nh->fib_nh_scope != scope) { in fib_sync_down_dev()
2204 if (nh->fib_nh_scope == RT_SCOPE_LINK) { in fib_good_nh()
H A Dnexthop.c1328 !fib_nh->fib_nh_scope ? 0 : fib_nh->fib_nh_scope - 1); in nh_create_ipv4()
/OK3568_Linux_fs/kernel/include/net/
H A Dip_fib.h117 #define fib_nh_scope nh_common.nhc_scope macro