inet_diag: use sock_gen_put()
TCP listener refactoring, part 6 : Use sock_gen_put() from inet_diag_dump_one_icsk() for future SYN_RECV support. Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
d7a20c8640
commit
c1d607cc4a
@ -336,12 +336,9 @@ int inet_diag_dump_one_icsk(struct inet_hashinfo *hashinfo, struct sk_buff *in_s
|
|||||||
err = 0;
|
err = 0;
|
||||||
|
|
||||||
out:
|
out:
|
||||||
if (sk) {
|
if (sk)
|
||||||
if (sk->sk_state == TCP_TIME_WAIT)
|
sock_gen_put(sk);
|
||||||
inet_twsk_put((struct inet_timewait_sock *)sk);
|
|
||||||
else
|
|
||||||
sock_put(sk);
|
|
||||||
}
|
|
||||||
out_nosk:
|
out_nosk:
|
||||||
return err;
|
return err;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user