aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/tcp_ipv6.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/ipv6/tcp_ipv6.c')
-rw-r--r--net/ipv6/tcp_ipv6.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv6/tcp_ipv6.c b/net/ipv6/tcp_ipv6.c
index b81eb7cb815e..e51cda79f0cc 100644
--- a/net/ipv6/tcp_ipv6.c
+++ b/net/ipv6/tcp_ipv6.c
@@ -1864,7 +1864,7 @@ static void get_tcp6_sock(struct seq_file *seq, struct sock *sp, int i)
1864 refcount_read(&sp->sk_refcnt), sp, 1864 refcount_read(&sp->sk_refcnt), sp,
1865 jiffies_to_clock_t(icsk->icsk_rto), 1865 jiffies_to_clock_t(icsk->icsk_rto),
1866 jiffies_to_clock_t(icsk->icsk_ack.ato), 1866 jiffies_to_clock_t(icsk->icsk_ack.ato),
1867 (icsk->icsk_ack.quick << 1) | icsk->icsk_ack.pingpong, 1867 (icsk->icsk_ack.quick << 1) | inet_csk_in_pingpong_mode(sp),
1868 tp->snd_cwnd, 1868 tp->snd_cwnd,
1869 state == TCP_LISTEN ? 1869 state == TCP_LISTEN ?
1870 fastopenq->max_qlen : 1870 fastopenq->max_qlen :