Home
last modified time | relevance | path

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

/linux-4.1.27/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.c887 DN_FIB_RES_NH(*res).nh_scope == RT_SCOPE_LINK) in dn_rt_set_next_hop()
/linux-4.1.27/net/ipv4/
Dfib_semantics.c262 nh->nh_scope != onh->nh_scope || in nh_comp()
609 nh->nh_scope = RT_SCOPE_LINK; in fib_check_nh()
633 nh->nh_scope = res.scope; in fib_check_nh()
656 nh->nh_scope = RT_SCOPE_HOST; in fib_check_nh()
921 nh->nh_scope = RT_SCOPE_NOWHERE; in fib_create_info()
1135 nexthop_nh->nh_scope != scope) { in fib_sync_down_dev()
1180 next_fi->fib_nh[0].nh_scope != RT_SCOPE_LINK) in fib_select_default()
Dfib_frontend.c347 ret = FIB_RES_NH(res).nh_scope >= RT_SCOPE_HOST; in __fib_validate_source()
359 ret = FIB_RES_NH(res).nh_scope >= RT_SCOPE_HOST; in __fib_validate_source()
Droute.c1401 if (nh->nh_gw && nh->nh_scope == RT_SCOPE_LINK) { in rt_set_nexthop()
2003 nh->nh_scope == RT_SCOPE_LINK))) { in __mkroute_output()
/linux-4.1.27/net/ipv4/netfilter/
Dipt_rpfilter.c65 return FIB_RES_NH(res).nh_scope <= RT_SCOPE_HOST; in rpfilter_lookup_reverse()
/linux-4.1.27/include/net/
Ddn_fib.h20 unsigned char nh_scope; member
Dip_fib.h78 unsigned char nh_scope; member