Searched refs:orig_dport (Results 1 – 3 of 3) sorted by relevance
/linux-3.4.99/include/net/ |
D | route.h | 280 __be16 orig_sport, __be16 orig_dport, in ip_route_newports() argument 284 if (sport != orig_sport || dport != orig_dport) { in ip_route_newports()
|
/linux-3.4.99/net/dccp/ |
D | ipv4.c | 47 __be16 orig_sport, orig_dport; in dccp_v4_connect() local 73 orig_dport = usin->sin_port; in dccp_v4_connect() 78 orig_sport, orig_dport, sk, true); in dccp_v4_connect() 111 rt = ip_route_newports(fl4, rt, orig_sport, orig_dport, in dccp_v4_connect()
|
/linux-3.4.99/net/ipv4/ |
D | tcp_ipv4.c | 147 __be16 orig_sport, orig_dport; in tcp_v4_connect() local 170 orig_dport = usin->sin_port; in tcp_v4_connect() 175 orig_sport, orig_dport, sk, true); in tcp_v4_connect() 239 rt = ip_route_newports(fl4, rt, orig_sport, orig_dport, in tcp_v4_connect()
|