Home
last modified time | relevance | path

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

/linux-4.4.14/net/decnet/
Ddn_fib.c123 nh->nh_scope != onh->nh_scope || in dn_fib_nh_comp()
212 nh->nh_scope = RT_SCOPE_LINK; in dn_fib_check_nh()
230 nh->nh_scope = res.scope; in dn_fib_check_nh()
256 nh->nh_scope = RT_SCOPE_HOST; in dn_fib_check_nh()
361 nh->nh_scope = RT_SCOPE_NOWHERE; in dn_fib_create_info()
714 nh->nh_scope != scope) { in dn_fib_sync_down()
Ddn_route.c885 DN_FIB_RES_NH(*res).nh_scope == RT_SCOPE_LINK) in dn_rt_set_next_hop()
/linux-4.4.14/net/ipv4/
Dfib_semantics.c263 nh->nh_scope != onh->nh_scope || in nh_comp()
752 nh->nh_scope = RT_SCOPE_LINK; in fib_check_nh()
794 nh->nh_scope = res.scope; in fib_check_nh()
819 nh->nh_scope = RT_SCOPE_HOST; in fib_check_nh()
1141 nh->nh_scope = RT_SCOPE_NOWHERE; in fib_create_info()
1386 nexthop_nh->nh_scope != scope) { in fib_sync_down_dev()
1461 next_fi->fib_nh[0].nh_scope != RT_SCOPE_LINK) in fib_select_default()
Dfib_frontend.c378 ret = FIB_RES_NH(res).nh_scope >= RT_SCOPE_HOST; in __fib_validate_source()
390 ret = FIB_RES_NH(res).nh_scope >= RT_SCOPE_HOST; in __fib_validate_source()
Droute.c1406 if (nh->nh_gw && nh->nh_scope == RT_SCOPE_LINK) { in rt_set_nexthop()
2084 nh->nh_scope == RT_SCOPE_LINK))) { in __mkroute_output()
/linux-4.4.14/include/net/
Ddn_fib.h20 unsigned char nh_scope; member
Dip_fib.h80 unsigned char nh_scope; member