Lines Matching refs:oif
154 __be32 saddr, u8 tos, int oif)
157 .flowi4_oif = oif,
169 __u8 proto, __u8 tos, int oif)
171 flowi4_init_output(fl4, oif, sk ? READ_ONCE(sk->sk_mark) : 0, tos,
182 __be32 gre_key, __u8 tos, int oif)
185 fl4->flowi4_oif = oif;
219 void ipv4_update_pmtu(struct sk_buff *skb, struct net *net, u32 mtu, int oif,
222 void ipv4_redirect(struct sk_buff *skb, struct net *net, int oif, u8 protocol);
295 __be32 src, int oif, u8 protocol,
304 flowi4_init_output(fl4, oif, READ_ONCE(sk->sk_mark), ip_sock_rt_tos(sk),
310 __be32 src, int oif, u8 protocol,
317 ip_route_connect_init(fl4, dst, src, oif, protocol, sport, dport, sk);
324 flowi4_update_output(fl4, oif, fl4->daddr, fl4->saddr);