Searched refs:BPF_CGROUP_INET6_POST_BIND (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/tools/testing/selftests/bpf/ |
H A D | test_sock.c | 85 .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 D | section_names.c | 67 {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 D | program_types.rst | 62 | | ``BPF_CGROUP_INET6_POST_BIND`` | ``cgroup/pos…
|
/openbmc/linux/tools/bpf/bpftool/ |
H A D | common.c | 1148 case BPF_CGROUP_INET6_POST_BIND: return "post_bind6"; in bpf_attach_type_input_str()
|
/openbmc/linux/tools/include/uapi/linux/ |
H A D | bpf.h | 1024 BPF_CGROUP_INET6_POST_BIND, enumerator
|
/openbmc/linux/include/uapi/linux/ |
H A D | bpf.h | 1024 BPF_CGROUP_INET6_POST_BIND, enumerator
|
/openbmc/linux/kernel/bpf/ |
H A D | syscall.c | 2469 case BPF_CGROUP_INET6_POST_BIND: in bpf_prog_load_check_attach() 3768 case BPF_CGROUP_INET6_POST_BIND: in attach_type_to_prog_type() 4049 case BPF_CGROUP_INET6_POST_BIND: in bpf_prog_query()
|
/openbmc/linux/net/core/ |
H A D | filter.c | 8709 case BPF_CGROUP_INET6_POST_BIND: in __sock_filter_check_attach_type() 8717 case BPF_CGROUP_INET6_POST_BIND: in __sock_filter_check_attach_type()
|
/openbmc/linux/tools/lib/bpf/ |
H A D | libbpf.c | 87 [BPF_CGROUP_INET6_POST_BIND] = "cgroup_inet6_post_bind", 8846 SEC_DEF("cgroup/post_bind6", CGROUP_SOCK, BPF_CGROUP_INET6_POST_BIND, SEC_ATTACHABLE),
|