Home
last modified time | relevance | path

Searched refs:DN_FIB_RES_GW (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/include/net/
Ddn_fib.h51 #define DN_FIB_RES_GW(res) (DN_FIB_RES_NH(res).nh_gw) macro
/Linux-v5.10/net/decnet/
Ddn_route.c872 if (DN_FIB_RES_GW(*res) && in dn_rt_set_next_hop()
874 rt->rt_gateway = DN_FIB_RES_GW(*res); in dn_rt_set_next_hop()
940 return dnet_select_source(DN_FIB_RES_DEV(*res), DN_FIB_RES_GW(*res), res->scope); in __dn_fib_res_prefsrc()
1172 gateway = DN_FIB_RES_GW(res); in dn_route_output_slow()
1370 gateway = DN_FIB_RES_GW(res); in dn_route_input_slow()