diff options
Diffstat (limited to 'net/ipv6')
-rw-r--r-- | net/ipv6/tcp_ipv6.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv6/tcp_ipv6.c b/net/ipv6/tcp_ipv6.c index 7178476b3d2f..aa12a26a96c6 100644 --- a/net/ipv6/tcp_ipv6.c +++ b/net/ipv6/tcp_ipv6.c | |||
@@ -1795,7 +1795,7 @@ static void get_tcp6_sock(struct seq_file *seq, struct sock *sp, int i) | |||
1795 | timer_expires = jiffies; | 1795 | timer_expires = jiffies; |
1796 | } | 1796 | } |
1797 | 1797 | ||
1798 | state = sk_state_load(sp); | 1798 | state = inet_sk_state_load(sp); |
1799 | if (state == TCP_LISTEN) | 1799 | if (state == TCP_LISTEN) |
1800 | rx_queue = sp->sk_ack_backlog; | 1800 | rx_queue = sp->sk_ack_backlog; |
1801 | else | 1801 | else |