Home
last modified time | relevance | path

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

/linux/include/net/
H A Dip_fib.h210 #define FIB_RES_NHC(res) ((res).nhc) macro
211 #define FIB_RES_DEV(res) (FIB_RES_NHC(res)->nhc_dev)
212 #define FIB_RES_OIF(res) (FIB_RES_NHC(res)->nhc_oif)
/linux/net/ipv4/
H A Droute.c789 nhc = FIB_RES_NHC(res); in __ip_do_redirect()
1050 nhc = FIB_RES_NHC(res); in __ip_rt_update_pmtu()
1582 struct fib_nh_common *nhc = FIB_RES_NHC(*res); in rt_set_nexthop()
1804 struct fib_nh_common *nhc = FIB_RES_NHC(*res); in __mkroute_input()
2399 struct fib_nh_common *nhc = FIB_RES_NHC(*res); in ip_route_input_slow()
2428 struct fib_nh_common *nhc = FIB_RES_NHC(*res); in ip_route_input_slow()
2608 struct fib_nh_common *nhc = FIB_RES_NHC(*res); in __mkroute_output()
H A Dfib_frontend.c399 ret = FIB_RES_NHC(res)->nhc_scope >= RT_SCOPE_HOST; in __fib_validate_source()
411 ret = FIB_RES_NHC(res)->nhc_scope >= RT_SCOPE_HOST; in __fib_validate_source()