Searched refs:ip_route_newports (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/include/net/ |
H A D | route.h | 271 /* ip_route_connect() and ip_route_newports() work in tandem whilst 286 * Later, once the ports are allocated, ip_route_newports() will make 292 * ip_route_newports() calls. 331 static inline struct rtable *ip_route_newports(struct flowi4 *fl4, struct rtable *rt, in ip_route_newports() 330 static inline struct rtable *ip_route_newports(struct flowi4 *fl4, struct rtable *rt, ip_route_newports() function
|
/openbmc/linux/net/dccp/ |
H A D | ipv4.c | 119 rt = ip_route_newports(fl4, rt, orig_sport, orig_dport, in dccp_v4_connect()
|
/openbmc/linux/net/ipv4/ |
H A D | tcp_ipv4.c | 303 rt = ip_route_newports(fl4, rt, orig_sport, orig_dport, in tcp_v4_connect()
|