aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4/tcp_ipv4.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/ipv4/tcp_ipv4.c')
-rw-r--r--net/ipv4/tcp_ipv4.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/tcp_ipv4.c b/net/ipv4/tcp_ipv4.c
index efc6fef692ff..662b034f1795 100644
--- a/net/ipv4/tcp_ipv4.c
+++ b/net/ipv4/tcp_ipv4.c
@@ -2437,7 +2437,7 @@ static void get_tcp4_sock(struct sock *sk, struct seq_file *f, int i)
2437 refcount_read(&sk->sk_refcnt), sk, 2437 refcount_read(&sk->sk_refcnt), sk,
2438 jiffies_to_clock_t(icsk->icsk_rto), 2438 jiffies_to_clock_t(icsk->icsk_rto),
2439 jiffies_to_clock_t(icsk->icsk_ack.ato), 2439 jiffies_to_clock_t(icsk->icsk_ack.ato),
2440 (icsk->icsk_ack.quick << 1) | icsk->icsk_ack.pingpong, 2440 (icsk->icsk_ack.quick << 1) | inet_csk_in_pingpong_mode(sk),
2441 tp->snd_cwnd, 2441 tp->snd_cwnd,
2442 state == TCP_LISTEN ? 2442 state == TCP_LISTEN ?
2443 fastopenq->max_qlen : 2443 fastopenq->max_qlen :