Searched refs:ip_route_connect (Results 1 – 5 of 5) sorted by relevance
/linux/net/ipv4/ |
H A D | datagram.c | 49 rt = ip_route_connect(fl4, usin->sin_addr.s_addr, saddr, oif, in __ip4_datagram_connect()
|
H A D | af_inet.c | 1273 rt = ip_route_connect(fl4, daddr, 0, sk->sk_bound_dev_if, in inet_sk_reselect_saddr()
|
H A D | tcp_ipv4.c | 250 rt = ip_route_connect(fl4, nexthop, inet->inet_saddr, in tcp_v4_connect()
|
/linux/include/net/ |
H A D | route.h | 315 static inline struct rtable *ip_route_connect(struct flowi4 *fl4, __be32 dst, in ip_route_connect() function
|
/linux/net/dccp/ |
H A D | ipv4.c | 79 rt = ip_route_connect(fl4, nexthop, inet->inet_saddr, in dccp_v4_connect()
|