OSDN Git Service

af_unix: Implement ->psock_update_sk_prot()
authorCong Wang <cong.wang@bytedance.com>
Sun, 4 Jul 2021 19:02:47 +0000 (12:02 -0700)
committerAlexei Starovoitov <ast@kernel.org>
Fri, 16 Jul 2021 01:17:50 +0000 (18:17 -0700)
commitc63829182c37c2d6d0608976d15fa61ebebe9e6b
tree99491b47f5fed463f7b5db8a7390f3376fcf523a
parentc7272e15f0f18d6e0f423b53207eac7a27ed5a49
af_unix: Implement ->psock_update_sk_prot()

Now we can implement unix_bpf_update_proto() to update
sk_prot, especially prot->close().

Signed-off-by: Cong Wang <cong.wang@bytedance.com>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Link: https://lore.kernel.org/bpf/20210704190252.11866-7-xiyou.wangcong@gmail.com
MAINTAINERS
include/net/af_unix.h
net/core/sock_map.c
net/unix/Makefile
net/unix/af_unix.c
net/unix/unix_bpf.c [new file with mode: 0644]