Searched refs:FIB_RES_OIF (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/include/net/ |
H A D | ip_fib.h | 206 #define FIB_RES_OIF(res) (FIB_RES_NHC(res)->nhc_oif) macro
|
/kernel/linux/linux-6.6/include/net/ |
H A D | ip_fib.h | 209 #define FIB_RES_OIF(res) (FIB_RES_NHC(res)->nhc_oif) macro
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | route.c | 1849 err = fib_validate_source(skb, saddr, daddr, tos, FIB_RES_OIF(*res), in __mkroute_input() 2726 orig_oif = FIB_RES_OIF(*res); in ip_route_output_key_hash_rcu()
|
H A D | fib_semantics.c | 1196 nh->fib_nh_oif = FIB_RES_OIF(res); in fib_check_nh_v4_gw()
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | route.c | 1811 err = fib_validate_source(skb, saddr, daddr, tos, FIB_RES_OIF(*res), in __mkroute_input() 2803 orig_oif = FIB_RES_OIF(*res); in ip_route_output_key_hash_rcu()
|
H A D | fib_semantics.c | 1198 nh->fib_nh_oif = FIB_RES_OIF(res); in fib_check_nh_v4_gw()
|
Completed in 16 milliseconds