Lines Matching defs:oif
437 struct flowi6 *fl6, int oif, in rt6_multipath_select()
468 int oif, in rt6_device_match()
586 static inline int rt6_check_dev(struct rt6_info *rt, int oif) in rt6_check_dev()
628 static int rt6_score_route(struct rt6_info *rt, int oif, in rt6_score_route()
647 static struct rt6_info *find_match(struct rt6_info *rt, int oif, int strict, in find_match()
686 u32 metric, int oif, int strict, in find_rr_leaf()
721 static struct rt6_info *rt6_select(struct fib6_node *fn, int oif, int strict) in rt6_select()
880 const struct in6_addr *saddr, int oif, int strict) in rt6_lookup()
1040 static struct rt6_info *ip6_pol_route(struct net *net, struct fib6_table *table, int oif, in ip6_pol_route()
1389 int oif, u32 mark) in ip6_update_pmtu()
1493 void ip6_redirect(struct sk_buff *skb, struct net *net, int oif, u32 mark) in ip6_redirect()
1513 void ip6_redirect_no_header(struct sk_buff *skb, struct net *net, int oif, in ip6_redirect_no_header()
3232 int err, iif = 0, oif = 0; in inet6_rtm_getroute() local