Home
last modified time | relevance | path

Searched refs:orig_sport (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/include/net/
Droute.h314 __be16 orig_sport, __be16 orig_dport, in ip_route_newports() argument
318 if (sport != orig_sport || dport != orig_dport) { in ip_route_newports()
/Linux-v4.19/net/dccp/
Dipv4.c47 __be16 orig_sport, orig_dport; in dccp_v4_connect() local
72 orig_sport = inet->inet_sport; in dccp_v4_connect()
78 orig_sport, orig_dport, sk); in dccp_v4_connect()
110 rt = ip_route_newports(fl4, rt, orig_sport, orig_dport, in dccp_v4_connect()
/Linux-v4.19/net/ipv4/
Dtcp_ipv4.c207 __be16 orig_sport, orig_dport; in tcp_v4_connect() local
230 orig_sport = inet->inet_sport; in tcp_v4_connect()
236 orig_sport, orig_dport, sk); in tcp_v4_connect()
285 rt = ip_route_newports(fl4, rt, orig_sport, orig_dport, in tcp_v4_connect()