Thread (10 messages) 10 messages, 4 authors, 2020-06-28

Re: [PATCH bpf-next v2 3/4] bpftool: support BPF_CGROUP_INET_SOCK_RELEASE

From: Daniel Borkmann <daniel@iogearbox.net>
Date: 2020-06-26 23:08:02
Also in: bpf

On 6/26/20 6:52 PM, Stanislav Fomichev wrote:
quoted hunk ↗ jump to hunk
Support attaching to sock_release from the bpftool.

Signed-off-by: Stanislav Fomichev <redacted>
---
  tools/bpf/bpftool/main.h | 1 +
  1 file changed, 1 insertion(+)
diff --git a/tools/bpf/bpftool/main.h b/tools/bpf/bpftool/main.h
index 5cdf0bc049bd..0a281d3cceb8 100644
--- a/tools/bpf/bpftool/main.h
+++ b/tools/bpf/bpftool/main.h
@@ -92,6 +92,7 @@ static const char * const attach_type_name[__MAX_BPF_ATTACH_TYPE] = {
  	[BPF_CGROUP_INET_INGRESS] = "ingress",
  	[BPF_CGROUP_INET_EGRESS] = "egress",
  	[BPF_CGROUP_INET_SOCK_CREATE] = "sock_create",
+	[BPF_CGROUP_INET_SOCK_RELEASE] = "sock_release",
  	[BPF_CGROUP_SOCK_OPS] = "sock_ops",
  	[BPF_CGROUP_DEVICE] = "device",
  	[BPF_CGROUP_INET4_BIND] = "bind4",
This one is not on latest bpf-next, needs rebase due to 16d37ee3d2b1 ("tools, bpftool: Define
attach_type_name array only once").

Thanks,
Daniel
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help