Lines Matching refs:oif
137 __be32 saddr, u8 tos, int oif) in ip_route_output() argument
140 .flowi4_oif = oif, in ip_route_output()
152 __u8 proto, __u8 tos, int oif) in ip_route_output_ports() argument
154 flowi4_init_output(fl4, oif, sk ? sk->sk_mark : 0, tos, in ip_route_output_ports()
165 __be32 gre_key, __u8 tos, int oif) in ip_route_output_gre() argument
168 fl4->flowi4_oif = oif; in ip_route_output_gre()
194 void ipv4_update_pmtu(struct sk_buff *skb, struct net *net, u32 mtu, int oif,
197 void ipv4_redirect(struct sk_buff *skb, struct net *net, int oif, u32 mark,
260 u32 tos, int oif, u8 protocol, in ip_route_connect_init() argument
269 flowi4_init_output(fl4, oif, sk->sk_mark, tos, RT_SCOPE_UNIVERSE, in ip_route_connect_init()
275 int oif, u8 protocol, in ip_route_connect() argument
282 ip_route_connect_init(fl4, dst, src, tos, oif, protocol, in ip_route_connect()
285 if (!src && oif) { in ip_route_connect()
288 rc = l3mdev_get_saddr(net, oif, fl4); in ip_route_connect()
299 flowi4_update_output(fl4, oif, tos, fl4->daddr, fl4->saddr); in ip_route_connect()