Searched refs:orig_oif (Results 1 – 1 of 1) sorted by relevance
2002 const struct flowi4 *fl4, int orig_oif, in __mkroute_output() argument2048 } else if ((type == RTN_LOCAL) && (orig_oif != 0) && in __mkroute_output()2049 (orig_oif != dev_out->ifindex)) { in __mkroute_output()2106 rth->rt_iif = orig_oif ? : 0; in __mkroute_output()2148 int orig_oif; in __ip_route_output_key_hash() local2155 orig_oif = fl4->flowi4_oif; in __ip_route_output_key_hash()2311 rth = __mkroute_output(&res, fl4, orig_oif, dev_out, flags); in __ip_route_output_key_hash()