Home
last modified time | relevance | path

Searched refs:BPF_CGROUP_SOCK_OPS (Results 1 – 13 of 13) sorted by relevance

/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/
H A Dtest_tcpnotify_user.c98 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 Dtest_tcpbpf_user.c114 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 Dtest_sockmap.c960 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 Dsection_names.c77 {0, BPF_PROG_TYPE_SOCK_OPS, BPF_CGROUP_SOCK_OPS},
78 {0, BPF_CGROUP_SOCK_OPS},
H A Dtcp_rtt.c97 .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 Dbpf-cgroup.h343 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 Dbpf.h166 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 Dbpf.h166 BPF_CGROUP_SOCK_OPS, enumerator
/OK3568_Linux_fs/kernel/tools/bpf/bpftool/
H A Dcommon.c38 [BPF_CGROUP_SOCK_OPS] = "sock_ops",
/OK3568_Linux_fs/kernel/tools/include/uapi/linux/
H A Dbpf.h208 BPF_CGROUP_SOCK_OPS, enumerator
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dbpf.h208 BPF_CGROUP_SOCK_OPS, enumerator
/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dsyscall.c2959 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 Dlibbpf.c8414 BPF_CGROUP_SOCK_OPS),