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, 0 insertions, 2 deletions
diff --git a/net/ipv4/tcp_ipv4.c b/net/ipv4/tcp_ipv4.c
index bd5e8d10893f..79d55eb3ec3f 100644
--- a/net/ipv4/tcp_ipv4.c
+++ b/net/ipv4/tcp_ipv4.c
@@ -1887,7 +1887,6 @@ static void *listening_get_next(struct seq_file *seq, void *cur)
1887 struct tcp_iter_state *st = seq->private; 1887 struct tcp_iter_state *st = seq->private;
1888 struct net *net = seq_file_net(seq); 1888 struct net *net = seq_file_net(seq);
1889 struct inet_listen_hashbucket *ilb; 1889 struct inet_listen_hashbucket *ilb;
1890 struct inet_connection_sock *icsk;
1891 struct sock *sk = cur; 1890 struct sock *sk = cur;
1892 1891
1893 if (!sk) { 1892 if (!sk) {
@@ -1909,7 +1908,6 @@ get_sk:
1909 continue; 1908 continue;
1910 if (sk->sk_family == st->family) 1909 if (sk->sk_family == st->family)
1911 return sk; 1910 return sk;
1912 icsk = inet_csk(sk);
1913 } 1911 }
1914 spin_unlock_bh(&ilb->lock); 1912 spin_unlock_bh(&ilb->lock);
1915 st->offset = 0; 1913 st->offset = 0;