Searched refs:ip_route_newports (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/include/net/ |
H A D | route.h | 267 /* ip_route_connect() and ip_route_newports() work in tandem whilst 282 * Later, once the ports are allocated, ip_route_newports() will make 288 * ip_route_newports() calls. 329 static inline struct rtable *ip_route_newports(struct flowi4 *fl4, struct rtable *rt, in ip_route_newports() 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 285 * Later, once the ports are allocated, ip_route_newports() will make 291 * ip_route_newports() calls. 330 static inline struct rtable *ip_route_newports(struct flowi4 *fl4, struct rtable *rt, in ip_route_newports() function
|
/kernel/linux/linux-5.10/net/dccp/ |
H A D | ipv4.c | 106 rt = ip_route_newports(fl4, rt, orig_sport, orig_dport, in dccp_v4_connect()
|
/kernel/linux/linux-6.6/net/dccp/ |
H A D | ipv4.c | 119 rt = ip_route_newports(fl4, rt, orig_sport, orig_dport, in dccp_v4_connect()
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | tcp_ipv4.c | 289 rt = ip_route_newports(fl4, rt, orig_sport, orig_dport, in tcp_v4_connect()
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | tcp_ipv4.c | 292 rt = ip_route_newports(fl4, rt, orig_sport, orig_dport, in tcp_v4_connect()
|
Completed in 12 milliseconds