linux_dsm_epyc7002/tools/lib/bpf
Andrey Ignatov 81efee75c4 libbpf: Support guessing post_bind{4,6} progs
libbpf can guess prog type and expected attach type based on section
name. Add hints for "cgroup/post_bind4" and "cgroup/post_bind6" section
names.

Existing "cgroup/sock" is not changed, i.e. expected_attach_type for it
is not set to `BPF_CGROUP_INET_SOCK_CREATE`, for backward compatibility.

Signed-off-by: Andrey Ignatov <rdna@fb.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
2018-04-18 14:39:24 +02:00
..
.gitignore tools lib bpf: Change FEATURE-DUMP to FEATURE-DUMP.libbpf 2015-11-05 12:47:51 -03:00
bpf.c libbpf: Support expected_attach_type at prog load 2018-03-31 02:15:05 +02:00
bpf.h libbpf: Support expected_attach_type at prog load 2018-03-31 02:15:05 +02:00
Build libbpf: add error reporting in XDP 2018-02-02 17:53:48 -08:00
libbpf.c libbpf: Support guessing post_bind{4,6} progs 2018-04-18 14:39:24 +02:00
libbpf.h libbpf: Support expected_attach_type at prog load 2018-03-31 02:15:05 +02:00
Makefile tools: add netlink.h and if_link.h in tools uapi 2018-02-02 17:53:47 -08:00
nlattr.c libbpf: add error reporting in XDP 2018-02-02 17:53:48 -08:00
nlattr.h libbpf: add error reporting in XDP 2018-02-02 17:53:48 -08:00