Home
last modified time | relevance | path

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

/Linux-v6.6/net/dccp/
Dipv4.c50 __be16 orig_sport, orig_dport; in dccp_v4_connect() local
75 orig_sport = inet->inet_sport; in dccp_v4_connect()
79 sk->sk_bound_dev_if, IPPROTO_DCCP, orig_sport, in dccp_v4_connect()
119 rt = ip_route_newports(fl4, rt, orig_sport, orig_dport, in dccp_v4_connect()
/Linux-v6.6/include/net/
Droute.h331 __be16 orig_sport, __be16 orig_dport, in ip_route_newports() argument
335 if (sport != orig_sport || dport != orig_dport) { in ip_route_newports()
/Linux-v6.6/net/ipv4/
Dtcp_ipv4.c209 __be16 orig_sport, orig_dport; in tcp_v4_connect() local
230 orig_sport = inet->inet_sport; in tcp_v4_connect()
234 sk->sk_bound_dev_if, IPPROTO_TCP, orig_sport, in tcp_v4_connect()
292 rt = ip_route_newports(fl4, rt, orig_sport, orig_dport, in tcp_v4_connect()