Lines Matching refs:oif
157 __be32 saddr, u8 tos, int oif) in ip_route_output() argument
160 .flowi4_oif = oif, in ip_route_output()
172 __u8 proto, __u8 tos, int oif) in ip_route_output_ports() argument
174 flowi4_init_output(fl4, oif, sk ? sk->sk_mark : 0, tos, in ip_route_output_ports()
185 __be32 gre_key, __u8 tos, int oif) in ip_route_output_gre() argument
188 fl4->flowi4_oif = oif; in ip_route_output_gre()
222 void ipv4_update_pmtu(struct sk_buff *skb, struct net *net, u32 mtu, int oif,
225 void ipv4_redirect(struct sk_buff *skb, struct net *net, int oif, u8 protocol);
298 __be32 src, int oif, u8 protocol, in ip_route_connect_init() argument
307 flowi4_init_output(fl4, oif, sk->sk_mark, ip_sock_rt_tos(sk), in ip_route_connect_init()
313 __be32 src, int oif, u8 protocol, in ip_route_connect() argument
320 ip_route_connect_init(fl4, dst, src, oif, protocol, sport, dport, sk); in ip_route_connect()
327 flowi4_update_output(fl4, oif, fl4->flowi4_tos, fl4->daddr, in ip_route_connect()