Searched refs:orig_dport (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.4/include/net/ |
| D | route.h | 320 __be16 orig_sport, __be16 orig_dport, in ip_route_newports() argument 324 if (sport != orig_sport || dport != orig_dport) { in ip_route_newports()
|
| /Linux-v5.4/net/dccp/ |
| D | ipv4.c | 43 __be16 orig_sport, orig_dport; in dccp_v4_connect() local 69 orig_dport = usin->sin_port; in dccp_v4_connect() 74 orig_sport, orig_dport, sk); in dccp_v4_connect() 106 rt = ip_route_newports(fl4, rt, orig_sport, orig_dport, in dccp_v4_connect()
|
| /Linux-v5.4/net/ipv4/ |
| D | tcp_ipv4.c | 204 __be16 orig_sport, orig_dport; in tcp_v4_connect() local 228 orig_dport = usin->sin_port; in tcp_v4_connect() 233 orig_sport, orig_dport, sk); in tcp_v4_connect() 282 rt = ip_route_newports(fl4, rt, orig_sport, orig_dport, in tcp_v4_connect()
|