Home
last modified time | relevance | path

Searched refs:BPF_CGROUP_INET4_POST_BIND (Results 1 – 11 of 11) sorted by relevance

/linux-6.15/tools/testing/selftests/bpf/prog_tests/
H A Dsock_post_bind.c39 .expected_attach_type = BPF_CGROUP_INET4_POST_BIND,
50 .attach_type = BPF_CGROUP_INET4_POST_BIND,
60 .attach_type = BPF_CGROUP_INET4_POST_BIND,
79 .expected_attach_type = BPF_CGROUP_INET4_POST_BIND,
80 .attach_type = BPF_CGROUP_INET4_POST_BIND,
151 .expected_attach_type = BPF_CGROUP_INET4_POST_BIND,
152 .attach_type = BPF_CGROUP_INET4_POST_BIND,
181 .expected_attach_type = BPF_CGROUP_INET4_POST_BIND,
182 .attach_type = BPF_CGROUP_INET4_POST_BIND,
213 .attach_type = BPF_CGROUP_INET4_POST_BIND,
[all …]
H A Dsection_names.c62 {0, BPF_PROG_TYPE_CGROUP_SOCK, BPF_CGROUP_INET4_POST_BIND},
63 {0, BPF_CGROUP_INET4_POST_BIND},
/linux-6.15/Documentation/bpf/libbpf/
H A Dprogram_types.rst70 | ``BPF_PROG_TYPE_CGROUP_SOCK`` | ``BPF_CGROUP_INET4_POST_BIND`` | ``cgroup/pos…
/linux-6.15/tools/bpf/bpftool/
H A Dcgroup.c29 BPF_CGROUP_INET4_POST_BIND,
H A Dcommon.c1148 case BPF_CGROUP_INET4_POST_BIND: return "post_bind4"; in bpf_attach_type_input_str()
/linux-6.15/tools/include/uapi/linux/
H A Dbpf.h1077 BPF_CGROUP_INET4_POST_BIND, enumerator
/linux-6.15/include/uapi/linux/
H A Dbpf.h1077 BPF_CGROUP_INET4_POST_BIND, enumerator
/linux-6.15/kernel/bpf/
H A Dsyscall.c2636 case BPF_CGROUP_INET4_POST_BIND: in bpf_prog_load_check_attach()
4051 case BPF_CGROUP_INET4_POST_BIND: in attach_type_to_prog_type()
4358 case BPF_CGROUP_INET4_POST_BIND: in bpf_prog_query()
/linux-6.15/tools/testing/selftests/bpf/
H A Dveristat.c1101 { "bpf_sock", "sock", BPF_PROG_TYPE_CGROUP_SOCK, BPF_CGROUP_INET4_POST_BIND }, in guess_prog_type_by_ctx_name()
/linux-6.15/net/core/
H A Dfilter.c8853 case BPF_CGROUP_INET4_POST_BIND: in __sock_filter_check_attach_type()
8867 case BPF_CGROUP_INET4_POST_BIND: in __sock_filter_check_attach_type()
/linux-6.15/tools/lib/bpf/
H A Dlibbpf.c90 [BPF_CGROUP_INET4_POST_BIND] = "cgroup_inet4_post_bind",
9557 SEC_DEF("cgroup/post_bind4", CGROUP_SOCK, BPF_CGROUP_INET4_POST_BIND, SEC_ATTACHABLE),