Searched refs:orig_sport (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 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()
|
/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 241 orig_sport = inet->inet_sport; in tcp_v4_connect() 245 sk->sk_bound_dev_if, IPPROTO_TCP, orig_sport, in tcp_v4_connect() 303 rt = ip_route_newports(fl4, rt, orig_sport, orig_dport, in tcp_v4_connect()
|