diff options
author | Kirill Tkhai <tkhai@ya.ru> | 2022-08-16 23:51:54 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2022-08-22 12:34:54 +0200 |
commit | de43708924438fac2b0c04b099d50e3b523a5817 (patch) | |
tree | d2b4809e29d55978fe421da885aafb7433c9e3fe /COPYING | |
parent | net: prestera: add missing ABI compatibility check (diff) | |
download | linux-de43708924438fac2b0c04b099d50e3b523a5817.tar.xz linux-de43708924438fac2b0c04b099d50e3b523a5817.zip |
af_unix: Show number of inflight fds for sockets in TCP_LISTEN state too
TCP_LISTEN sockets is a special case. They preserve skb with a newly
connected sock till accept() makes it fully functional socket.
Receive queue of such socket may grow after connected peer
send messages there. Since these messages may contain scm_fds,
we should expose correct fdinfo::scm_fds for listening socket too.
Signed-off-by: Kirill Tkhai <tkhai@ya.ru>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'COPYING')
0 files changed, 0 insertions, 0 deletions