Home
last modified time | relevance | path

Searched refs:BPF_CGROUP_INET6_POST_BIND (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/tools/testing/selftests/bpf/
H A Dtest_sock.c85 .expected_attach_type = BPF_CGROUP_INET6_POST_BIND,
86 .attach_type = BPF_CGROUP_INET6_POST_BIND,
137 .attach_type = BPF_CGROUP_INET6_POST_BIND,
146 .expected_attach_type = BPF_CGROUP_INET6_POST_BIND,
166 .expected_attach_type = BPF_CGROUP_INET6_POST_BIND,
189 .expected_attach_type = BPF_CGROUP_INET6_POST_BIND,
190 .attach_type = BPF_CGROUP_INET6_POST_BIND,
218 .expected_attach_type = BPF_CGROUP_INET6_POST_BIND,
219 .attach_type = BPF_CGROUP_INET6_POST_BIND,
341 .attach_type = BPF_CGROUP_INET6_POST_BIND,
[all …]
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dsection_names.c67 {0, BPF_PROG_TYPE_CGROUP_SOCK, BPF_CGROUP_INET6_POST_BIND},
68 {0, BPF_CGROUP_INET6_POST_BIND},
/openbmc/linux/Documentation/bpf/libbpf/
H A Dprogram_types.rst62 | | ``BPF_CGROUP_INET6_POST_BIND`` | ``cgroup/pos…
/openbmc/linux/tools/bpf/bpftool/
H A Dcommon.c1148 case BPF_CGROUP_INET6_POST_BIND: return "post_bind6"; in bpf_attach_type_input_str()
/openbmc/linux/tools/include/uapi/linux/
H A Dbpf.h1007 BPF_CGROUP_INET6_POST_BIND, enumerator
/openbmc/linux/include/uapi/linux/
H A Dbpf.h1007 BPF_CGROUP_INET6_POST_BIND, enumerator
/openbmc/linux/kernel/bpf/
H A Dsyscall.c2469 case BPF_CGROUP_INET6_POST_BIND: in bpf_prog_load_check_attach()
3743 case BPF_CGROUP_INET6_POST_BIND: in attach_type_to_prog_type()
4024 case BPF_CGROUP_INET6_POST_BIND: in bpf_prog_query()
/openbmc/linux/net/core/
H A Dfilter.c8708 case BPF_CGROUP_INET6_POST_BIND: in __sock_filter_check_attach_type()
8716 case BPF_CGROUP_INET6_POST_BIND: in __sock_filter_check_attach_type()
/openbmc/linux/tools/lib/bpf/
H A Dlibbpf.c87 [BPF_CGROUP_INET6_POST_BIND] = "cgroup_inet6_post_bind",
8846 SEC_DEF("cgroup/post_bind6", CGROUP_SOCK, BPF_CGROUP_INET6_POST_BIND, SEC_ATTACHABLE),