Home
last modified time | relevance | path

Searched refs:FIB_RES_NHC (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/include/net/
Dip_fib.h203 #define FIB_RES_NHC(res) ((res).nhc) macro
204 #define FIB_RES_DEV(res) (FIB_RES_NHC(res)->nhc_dev)
205 #define FIB_RES_OIF(res) (FIB_RES_NHC(res)->nhc_oif)
/kernel/linux/linux-5.10/net/ipv4/
Droute.c813 nhc = FIB_RES_NHC(res); in __ip_do_redirect()
1065 nhc = FIB_RES_NHC(res); in __ip_rt_update_pmtu()
1603 struct fib_nh_common *nhc = FIB_RES_NHC(*res); in rt_set_nexthop()
1818 struct fib_nh_common *nhc = FIB_RES_NHC(*res); in __mkroute_input()
2253 struct fib_nh_common *nhc = FIB_RES_NHC(*res); in ip_route_input_slow()
2283 struct fib_nh_common *nhc = FIB_RES_NHC(*res); in ip_route_input_slow()
2463 struct fib_nh_common *nhc = FIB_RES_NHC(*res); in __mkroute_output()
Dfib_frontend.c392 ret = FIB_RES_NHC(res)->nhc_scope >= RT_SCOPE_HOST; in __fib_validate_source()
404 ret = FIB_RES_NHC(res)->nhc_scope >= RT_SCOPE_HOST; in __fib_validate_source()