Searched refs:orig_oif (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | route.c | 2425 const struct flowi4 *fl4, int orig_oif, in __mkroute_output() 2473 } else if ((type == RTN_LOCAL) && (orig_oif != 0) && in __mkroute_output() 2474 (orig_oif != dev_out->ifindex)) { in __mkroute_output() 2520 rth->rt_iif = orig_oif; in __mkroute_output() 2578 int orig_oif = fl4->flowi4_oif; in ip_route_output_key_hash_rcu() local 2723 /* make sure orig_oif points to fib result device even in ip_route_output_key_hash_rcu() 2726 orig_oif = FIB_RES_OIF(*res); in ip_route_output_key_hash_rcu() 2738 rth = __mkroute_output(res, fl4, orig_oif, dev_out, flags); in ip_route_output_key_hash_rcu() 2424 __mkroute_output(const struct fib_result *res, const struct flowi4 *fl4, int orig_oif, struct net_device *dev_out, unsigned int flags) __mkroute_output() argument
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | route.c | 2504 const struct flowi4 *fl4, int orig_oif, in __mkroute_output() 2552 } else if ((type == RTN_LOCAL) && (orig_oif != 0) && in __mkroute_output() 2553 (orig_oif != dev_out->ifindex)) { in __mkroute_output() 2598 rth->rt_iif = orig_oif; in __mkroute_output() 2656 int orig_oif = fl4->flowi4_oif; in ip_route_output_key_hash_rcu() local 2800 /* make sure orig_oif points to fib result device even in ip_route_output_key_hash_rcu() 2803 orig_oif = FIB_RES_OIF(*res); in ip_route_output_key_hash_rcu() 2815 rth = __mkroute_output(res, fl4, orig_oif, dev_out, flags); in ip_route_output_key_hash_rcu() 2503 __mkroute_output(const struct fib_result *res, const struct flowi4 *fl4, int orig_oif, struct net_device *dev_out, unsigned int flags) __mkroute_output() argument
|
Completed in 17 milliseconds