Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/net/
Dip_fib.h112 #define FIB_RES_GW(res) (FIB_RES_NH(res).nh_gw) macro
165 if (FIB_RES_GW(*res) && FIB_RES_NH(*res).nh_scope == RT_SCOPE_LINK) in fib_select_default()
/linux-2.4.37.9/net/ipv4/
Dfib_rules.c375 FIB_RES_GW(*res) && FIB_RES_NH(*res).nh_scope == RT_SCOPE_LINK) { in fib_select_default()
Droute.c1270 if (FIB_RES_GW(*res) && in rt_set_nexthop()
1272 rt->rt_gateway = FIB_RES_GW(*res); in rt_set_nexthop()
1528 inet_addr_onlink(out_dev, saddr, FIB_RES_GW(res)))) in ip_route_input_slow()
Dfib_semantics.c640 return inet_select_addr(FIB_RES_DEV(*res), FIB_RES_GW(*res), res->scope); in __fib_res_prefsrc()