Home
last modified time | relevance | path

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

/linux/include/net/
H A Droute.h356 __be16 orig_sport, __be16 orig_dport, in ip_route_newports() argument
360 if (sport != orig_sport || dport != orig_dport) { in ip_route_newports()
/linux/net/ipv4/
H A Dtcp_ipv4.c228 __be16 orig_sport, orig_dport; in tcp_v4_connect() local
249 orig_sport = inet->inet_sport; in tcp_v4_connect()
253 sk->sk_bound_dev_if, IPPROTO_TCP, orig_sport, in tcp_v4_connect()
311 rt = ip_route_newports(fl4, rt, orig_sport, orig_dport, in tcp_v4_connect()