Home
last modified time | relevance | path

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

/linux/net/ipv4/
H A Droute.c2557 const struct flowi4 *fl4, int orig_oif, in __mkroute_output() argument
2604 } else if ((type == RTN_LOCAL) && (orig_oif != 0) && in __mkroute_output()
2605 (orig_oif != dev_out->ifindex)) { in __mkroute_output()
2650 rth->rt_iif = orig_oif; in __mkroute_output()
2708 int orig_oif = fl4->flowi4_oif; in ip_route_output_key_hash_rcu() local
2851 /* make sure orig_oif points to fib result device even in ip_route_output_key_hash_rcu()
2854 orig_oif = FIB_RES_OIF(*res); in ip_route_output_key_hash_rcu()
2866 rth = __mkroute_output(res, fl4, orig_oif, dev_out, flags); in ip_route_output_key_hash_rcu()