Home
last modified time | relevance | path

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

/linux-2.4.37.9/net/decnet/
Ddn_fib.c118 nh->nh_scope != onh->nh_scope || in dn_fib_nh_comp()
212 nh->nh_scope = RT_SCOPE_LINK; in dn_fib_check_nh()
227 nh->nh_scope = res.scope; in dn_fib_check_nh()
246 nh->nh_scope = RT_SCOPE_HOST; in dn_fib_check_nh()
318 nh->nh_scope = RT_SCOPE_NOWHERE; in dn_fib_create_info()
525 nh->nh_scope != scope) { in dn_fib_sync_down()
/linux-2.4.37.9/net/ipv4/
Dfib_semantics.c146 nh->nh_scope != onh->nh_scope || in nh_comp()
188 nh->nh_scope == RT_SCOPE_LINK && in ip_fib_check_default()
372 nh->nh_scope = RT_SCOPE_LINK; in fib_check_nh()
388 nh->nh_scope = res.scope; in fib_check_nh()
415 nh->nh_scope = RT_SCOPE_HOST; in fib_check_nh()
533 nh->nh_scope = RT_SCOPE_NOWHERE; in fib_create_info()
883 nh->nh_scope != scope) { in fib_sync_down()
Dfib_frontend.c246 ret = FIB_RES_NH(res).nh_scope >= RT_SCOPE_HOST; in fib_validate_source()
261 ret = FIB_RES_NH(res).nh_scope >= RT_SCOPE_HOST; in fib_validate_source()
Dfib_rules.c375 FIB_RES_GW(*res) && FIB_RES_NH(*res).nh_scope == RT_SCOPE_LINK) { in fib_select_default()
Dfib_hash.c392 if (!next_fi->fib_nh[0].nh_gw || next_fi->fib_nh[0].nh_scope != RT_SCOPE_LINK) in fn_hash_select_default()
Droute.c1271 FIB_RES_NH(*res).nh_scope == RT_SCOPE_LINK) in rt_set_nexthop()
/linux-2.4.37.9/include/net/
Dip_fib.h41 unsigned char nh_scope; member
165 if (FIB_RES_GW(*res) && FIB_RES_NH(*res).nh_scope == RT_SCOPE_LINK) in fib_select_default()
Ddn_fib.h47 unsigned char nh_scope; member