Home
last modified time | relevance | path

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

/Linux-v6.1/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.1/include/net/
Droute.h338 __be16 orig_sport, __be16 orig_dport, in ip_route_newports() argument
342 if (sport != orig_sport || dport != orig_dport) { in ip_route_newports()
/Linux-v6.1/net/ipv4/
Dtcp_ipv4.c208 __be16 orig_sport, orig_dport; in tcp_v4_connect() local
229 orig_sport = inet->inet_sport; in tcp_v4_connect()
233 sk->sk_bound_dev_if, IPPROTO_TCP, orig_sport, in tcp_v4_connect()
291 rt = ip_route_newports(fl4, rt, orig_sport, orig_dport, in tcp_v4_connect()