Searched refs:orig_dport (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/net/dccp/ |
H A D | ipv4.c | 50 __be16 orig_sport, orig_dport; in dccp_v4_connect() local 76 orig_dport = usin->sin_port; in dccp_v4_connect() 80 orig_dport, sk); in dccp_v4_connect() 119 rt = ip_route_newports(fl4, rt, orig_sport, orig_dport, in dccp_v4_connect()
|
/openbmc/linux/include/net/ |
H A D | route.h | 332 __be16 orig_sport, __be16 orig_dport, in ip_route_newports() argument 336 if (sport != orig_sport || dport != orig_dport) { in ip_route_newports()
|
/openbmc/linux/net/ipv4/ |
H A D | tcp_ipv4.c | 220 __be16 orig_sport, orig_dport; in tcp_v4_connect() local 242 orig_dport = usin->sin_port; in tcp_v4_connect() 246 orig_dport, sk); in tcp_v4_connect() 303 rt = ip_route_newports(fl4, rt, orig_sport, orig_dport, in tcp_v4_connect()
|