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

/linux-master/net/ipv4/
H A Droute.c2491 const struct flowi4 *fl4, int orig_oif,
2539 } else if ((type == RTN_LOCAL) && (orig_oif != 0) &&
2540 (orig_oif != dev_out->ifindex)) {
2585 rth->rt_iif = orig_oif;
2643 int orig_oif = fl4->flowi4_oif; local
2787 /* make sure orig_oif points to fib result device even
2790 orig_oif = FIB_RES_OIF(*res);
2802 rth = __mkroute_output(res, fl4, orig_oif, dev_out, flags);
2490 __mkroute_output(const struct fib_result *res, const struct flowi4 *fl4, int orig_oif, struct net_device *dev_out, unsigned int flags) argument

Completed in 109 milliseconds