Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/
H A Dtest_sock.c59 .expected_attach_type = BPF_CGROUP_INET4_POST_BIND,
60 .attach_type = BPF_CGROUP_INET4_POST_BIND,
72 .expected_attach_type = BPF_CGROUP_INET4_POST_BIND,
73 .attach_type = BPF_CGROUP_INET4_POST_BIND,
147 .attach_type = BPF_CGROUP_INET4_POST_BIND,
157 .attach_type = BPF_CGROUP_INET4_POST_BIND,
177 .attach_type = BPF_CGROUP_INET4_POST_BIND,
249 .attach_type = BPF_CGROUP_INET4_POST_BIND,
279 .attach_type = BPF_CGROUP_INET4_POST_BIND,
310 .attach_type = BPF_CGROUP_INET4_POST_BIND,
[all …]
H A Dveristat.c842 { "bpf_sock", "sock", BPF_PROG_TYPE_CGROUP_SOCK, BPF_CGROUP_INET4_POST_BIND }, in guess_prog_type_by_ctx_name()
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dsection_names.c62 {0, BPF_PROG_TYPE_CGROUP_SOCK, BPF_CGROUP_INET4_POST_BIND},
63 {0, BPF_CGROUP_INET4_POST_BIND},
/openbmc/linux/Documentation/bpf/libbpf/
H A Dprogram_types.rst60 | ``BPF_PROG_TYPE_CGROUP_SOCK`` | ``BPF_CGROUP_INET4_POST_BIND`` | ``cgroup/pos…
/openbmc/linux/tools/bpf/bpftool/
H A Dcommon.c1147 case BPF_CGROUP_INET4_POST_BIND: return "post_bind4"; in bpf_attach_type_input_str()
/openbmc/linux/tools/include/uapi/linux/
H A Dbpf.h1006 BPF_CGROUP_INET4_POST_BIND, enumerator
/openbmc/linux/include/uapi/linux/
H A Dbpf.h1006 BPF_CGROUP_INET4_POST_BIND, enumerator
/openbmc/linux/kernel/bpf/
H A Dsyscall.c2468 case BPF_CGROUP_INET4_POST_BIND: in bpf_prog_load_check_attach()
3742 case BPF_CGROUP_INET4_POST_BIND: in attach_type_to_prog_type()
4023 case BPF_CGROUP_INET4_POST_BIND: in bpf_prog_query()
/openbmc/linux/net/core/
H A Dfilter.c8701 case BPF_CGROUP_INET4_POST_BIND: in __sock_filter_check_attach_type()
8715 case BPF_CGROUP_INET4_POST_BIND: in __sock_filter_check_attach_type()
/openbmc/linux/tools/lib/bpf/
H A Dlibbpf.c86 [BPF_CGROUP_INET4_POST_BIND] = "cgroup_inet4_post_bind",
8845 SEC_DEF("cgroup/post_bind4", CGROUP_SOCK, BPF_CGROUP_INET4_POST_BIND, SEC_ATTACHABLE),