aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_probe.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/ipv4/tcp_probe.c')
-rw-r--r--net/ipv4/tcp_probe.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ipv4/tcp_probe.c b/net/ipv4/tcp_probe.c
index 7a3cc2ffad84..bb110c5ce1d2 100644
--- a/net/ipv4/tcp_probe.c
+++ b/net/ipv4/tcp_probe.c
@@ -95,8 +95,8 @@ static int jtcp_rcv_established(struct sock *sk, struct sk_buff *skb,
95 95
96 /* Only update if port matches */ 96 /* Only update if port matches */
97 if ((port == 0 || ntohs(inet->inet_dport) == port || 97 if ((port == 0 || ntohs(inet->inet_dport) == port ||
98 ntohs(inet->inet_sport) == port) 98 ntohs(inet->inet_sport) == port) &&
99 && (full || tp->snd_cwnd != tcp_probe.lastcwnd)) { 99 (full || tp->snd_cwnd != tcp_probe.lastcwnd)) {
100 100
101 spin_lock(&tcp_probe.lock); 101 spin_lock(&tcp_probe.lock);
102 /* If log fills, just silently drop */ 102 /* If log fills, just silently drop */