Skip to content

Commit 3243fef

Browse files
daandemeyerMartin KaFai Lau
authored andcommitted
documentation/bpf: Document cgroup unix socket address hooks
Update the documentation to mention the new cgroup unix sockaddr hooks. Signed-off-by: Daan De Meyer <daan.j.demeyer@gmail.com> Link: https://lore.kernel.org/r/20231011185113.140426-8-daan.j.demeyer@gmail.com Signed-off-by: Martin KaFai Lau <martin.lau@kernel.org>
1 parent 8b3cba9 commit 3243fef

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

Documentation/bpf/libbpf/program_types.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,16 @@ described in more detail in the footnotes.
5656
| | ``BPF_CGROUP_UDP6_RECVMSG`` | ``cgroup/recvmsg6`` | |
5757
+ +----------------------------------------+----------------------------------+-----------+
5858
| | ``BPF_CGROUP_UDP6_SENDMSG`` | ``cgroup/sendmsg6`` | |
59+
| +----------------------------------------+----------------------------------+-----------+
60+
| | ``BPF_CGROUP_UNIX_CONNECT`` | ``cgroup/connect_unix`` | |
61+
| +----------------------------------------+----------------------------------+-----------+
62+
| | ``BPF_CGROUP_UNIX_SENDMSG`` | ``cgroup/sendmsg_unix`` | |
63+
| +----------------------------------------+----------------------------------+-----------+
64+
| | ``BPF_CGROUP_UNIX_RECVMSG`` | ``cgroup/recvmsg_unix`` | |
65+
| +----------------------------------------+----------------------------------+-----------+
66+
| | ``BPF_CGROUP_UNIX_GETPEERNAME`` | ``cgroup/getpeername_unix`` | |
67+
| +----------------------------------------+----------------------------------+-----------+
68+
| | ``BPF_CGROUP_UNIX_GETSOCKNAME`` | ``cgroup/getsockname_unix`` | |
5969
+-------------------------------------------+----------------------------------------+----------------------------------+-----------+
6070
| ``BPF_PROG_TYPE_CGROUP_SOCK`` | ``BPF_CGROUP_INET4_POST_BIND`` | ``cgroup/post_bind4`` | |
6171
+ +----------------------------------------+----------------------------------+-----------+

0 commit comments

Comments
 (0)