Searched refs:ip_route_connect (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.4/net/ipv4/ |
D | datagram.c | 48 rt = ip_route_connect(fl4, usin->sin_addr.s_addr, saddr, in __ip4_datagram_connect()
|
D | af_inet.c | 1205 rt = ip_route_connect(fl4, daddr, 0, RT_CONN_FLAGS(sk), in inet_sk_reselect_saddr()
|
D | tcp_ipv4.c | 230 rt = ip_route_connect(fl4, nexthop, inet->inet_saddr, in tcp_v4_connect()
|
/Linux-v5.4/include/net/ |
D | route.h | 296 static inline struct rtable *ip_route_connect(struct flowi4 *fl4, in ip_route_connect() function
|
/Linux-v5.4/net/dccp/ |
D | ipv4.c | 71 rt = ip_route_connect(fl4, nexthop, inet->inet_saddr, in dccp_v4_connect()
|