Searched refs:BPF_CGROUP_SOCK_OPS (Results 1 – 13 of 13) sorted by relevance
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/ |
| H A D | test_tcpnotify_user.c | 98 rv = bpf_prog_attach(prog_fd, cg_fd, BPF_CGROUP_SOCK_OPS, 0); in main() 163 bpf_prog_detach(cg_fd, BPF_CGROUP_SOCK_OPS); in main()
|
| H A D | test_tcpbpf_user.c | 114 rv = bpf_prog_attach(prog_fd, cg_fd, BPF_CGROUP_SOCK_OPS, 0); in main() 161 bpf_prog_detach(cg_fd, BPF_CGROUP_SOCK_OPS); in main()
|
| H A D | test_sockmap.c | 960 err = bpf_prog_attach(prog_fd[3], cg_fd, BPF_CGROUP_SOCK_OPS, 0); in run_options() 1238 bpf_prog_detach2(prog_fd[3], cg_fd, BPF_CGROUP_SOCK_OPS); in run_options() 1705 BPF_CGROUP_SOCK_OPS,
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/ |
| H A D | section_names.c | 77 {0, BPF_PROG_TYPE_SOCK_OPS, BPF_CGROUP_SOCK_OPS}, 78 {0, BPF_CGROUP_SOCK_OPS},
|
| H A D | tcp_rtt.c | 97 .expected_attach_type = BPF_CGROUP_SOCK_OPS, in run_test() 115 err = bpf_prog_attach(prog_fd, cgroup_fd, BPF_CGROUP_SOCK_OPS, 0); in run_test()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | bpf-cgroup.h | 343 BPF_CGROUP_SOCK_OPS); \ 355 BPF_CGROUP_SOCK_OPS); \
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | bpf.h | 166 BPF_CGROUP_SOCK_OPS, enumerator
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | bpf.h | 166 BPF_CGROUP_SOCK_OPS, enumerator
|
| /OK3568_Linux_fs/kernel/tools/bpf/bpftool/ |
| H A D | common.c | 38 [BPF_CGROUP_SOCK_OPS] = "sock_ops",
|
| /OK3568_Linux_fs/kernel/tools/include/uapi/linux/ |
| H A D | bpf.h | 208 BPF_CGROUP_SOCK_OPS, enumerator
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | bpf.h | 208 BPF_CGROUP_SOCK_OPS, enumerator
|
| /OK3568_Linux_fs/kernel/kernel/bpf/ |
| H A D | syscall.c | 2959 case BPF_CGROUP_SOCK_OPS: in attach_type_to_prog_type() 3110 case BPF_CGROUP_SOCK_OPS: in bpf_prog_query()
|
| /OK3568_Linux_fs/kernel/tools/lib/bpf/ |
| H A D | libbpf.c | 8414 BPF_CGROUP_SOCK_OPS),
|