Home
last modified time | relevance | path

Searched refs:ip_route_newports (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/include/net/
H A Droute.h267 /* 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 Droute.h270 /* 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 Dipv4.c106 rt = ip_route_newports(fl4, rt, orig_sport, orig_dport, in dccp_v4_connect()
/kernel/linux/linux-6.6/net/dccp/
H A Dipv4.c119 rt = ip_route_newports(fl4, rt, orig_sport, orig_dport, in dccp_v4_connect()
/kernel/linux/linux-5.10/net/ipv4/
H A Dtcp_ipv4.c289 rt = ip_route_newports(fl4, rt, orig_sport, orig_dport, in tcp_v4_connect()
/kernel/linux/linux-6.6/net/ipv4/
H A Dtcp_ipv4.c292 rt = ip_route_newports(fl4, rt, orig_sport, orig_dport, in tcp_v4_connect()

Completed in 12 milliseconds