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 94e28350f420..dd945b114215 100644
--- a/net/ipv4/tcp_ipv4.c
+++ b/net/ipv4/tcp_ipv4.c
@@ -2281,7 +2281,7 @@ static void get_tcp4_sock(struct sock *sk, struct seq_file *f, int i)
2281 timer_expires = jiffies; 2281 timer_expires = jiffies;
2282 } 2282 }
2283 2283
2284 state = sk_state_load(sk); 2284 state = inet_sk_state_load(sk);
2285 if (state == TCP_LISTEN) 2285 if (state == TCP_LISTEN)
2286 rx_queue = sk->sk_ack_backlog; 2286 rx_queue = sk->sk_ack_backlog;
2287 else 2287 else