summaryrefslogtreecommitdiff
path: root/include/net/af_unix.h
diff options
context:
space:
mode:
authorKuniyuki Iwashima <kuniyu@amazon.com>2024-03-25 23:24:23 +0300
committerJakub Kicinski <kuba@kernel.org>2024-03-29 18:28:38 +0300
commita15702d8b3aad8ce5268c565bd29f0e02fd2db83 (patch)
tree80e5103750287a1fb1fab84191905687350a8fc0 /include/net/af_unix.h
parentbfdb01283ee8f2f3089656c3ff8f62bb072dabb2 (diff)
downloadlinux-a15702d8b3aad8ce5268c565bd29f0e02fd2db83.tar.xz
af_unix: Detect dead SCC.
When iterating SCC, we call unix_vertex_dead() for each vertex to check if the vertex is close()d and has no bridge to another SCC. If both conditions are true for every vertex in SCC, we can execute garbage collection for all skb in the SCC. The actual garbage collection is done in the following patch, replacing the old implementation. Signed-off-by: Kuniyuki Iwashima <kuniyu@amazon.com> Acked-by: Paolo Abeni <pabeni@redhat.com> Link: https://lore.kernel.org/r/20240325202425.60930-14-kuniyu@amazon.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'include/net/af_unix.h')
0 files changed, 0 insertions, 0 deletions