Searched refs:ip_route_connect (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | datagram.c | 48 rt = ip_route_connect(fl4, usin->sin_addr.s_addr, saddr, in __ip4_datagram_connect()
|
H A D | af_inet.c | 1253 rt = ip_route_connect(fl4, daddr, 0, RT_CONN_FLAGS(sk), in inet_sk_reselect_saddr()
|
H A D | tcp_ipv4.c | 237 rt = ip_route_connect(fl4, nexthop, inet->inet_saddr, in tcp_v4_connect()
|
/kernel/linux/linux-6.6/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 | 1269 rt = ip_route_connect(fl4, daddr, 0, sk->sk_bound_dev_if, in inet_sk_reselect_saddr()
|
H A D | tcp_ipv4.c | 233 rt = ip_route_connect(fl4, nexthop, inet->inet_saddr, in tcp_v4_connect()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | route.h | 267 /* ip_route_connect() and ip_route_newports() work in tandem whilst 278 * So ip_route_connect() looks up a route using wildcarded source and 287 * the same flowi4 object to both the ip_route_connect() and the 306 static inline struct rtable *ip_route_connect(struct flowi4 *fl4, in ip_route_connect() function
|
/kernel/linux/linux-6.6/include/net/ |
H A D | route.h | 270 /* ip_route_connect() and ip_route_newports() work in tandem whilst 281 * So ip_route_connect() looks up a route using wildcarded source and 290 * the same flowi4 object to both the ip_route_connect() and the 309 static inline struct rtable *ip_route_connect(struct flowi4 *fl4, __be32 dst, in ip_route_connect() function
|
/kernel/linux/linux-5.10/net/dccp/ |
H A D | ipv4.c | 71 rt = ip_route_connect(fl4, nexthop, inet->inet_saddr, in dccp_v4_connect()
|
/kernel/linux/linux-6.6/net/dccp/ |
H A D | ipv4.c | 78 rt = ip_route_connect(fl4, nexthop, inet->inet_saddr, in dccp_v4_connect()
|
Completed in 19 milliseconds