Lines Matching defs:oif
409 struct flowi6 *fl6, int oif, in rt6_multipath_select()
440 int oif, in rt6_device_match()
558 static inline int rt6_check_dev(struct rt6_info *rt, int oif) in rt6_check_dev()
600 static int rt6_score_route(struct rt6_info *rt, int oif, in rt6_score_route()
619 static struct rt6_info *find_match(struct rt6_info *rt, int oif, int strict, in find_match()
652 u32 metric, int oif, int strict, in find_rr_leaf()
669 static struct rt6_info *rt6_select(struct fib6_node *fn, int oif, int strict) in rt6_select()
823 const struct in6_addr *saddr, int oif, int strict) in rt6_lookup()
915 static struct rt6_info *ip6_pol_route(struct net *net, struct fib6_table *table, int oif, in ip6_pol_route()
1168 int oif, u32 mark) in ip6_update_pmtu()
1272 void ip6_redirect(struct sk_buff *skb, struct net *net, int oif, u32 mark) in ip6_redirect()
1292 void ip6_redirect_no_header(struct sk_buff *skb, struct net *net, int oif, in ip6_redirect_no_header()
2926 int err, iif = 0, oif = 0; in inet6_rtm_getroute() local