/kernel/linux/linux-5.10/tools/bpf/bpftool/ |
D | cgroup.c | 91 static int count_attached_bpf_progs(int cgroup_fd, enum bpf_attach_type type) in count_attached_bpf_progs() 104 static int cgroup_has_attached_progs(int cgroup_fd) in cgroup_has_attached_progs() 123 static int show_attached_bpf_progs(int cgroup_fd, enum bpf_attach_type type, in show_attached_bpf_progs() 169 int cgroup_fd; in do_show() local 247 int cgroup_fd; in do_show_tree_fn() local 383 int cgroup_fd, prog_fd; in do_attach() local 443 int prog_fd, cgroup_fd; in do_detach() local
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/ |
D | sockopt_sk.c | 166 static int prog_attach(struct bpf_object *obj, int cgroup_fd, const char *title) in prog_attach() 195 static void run_test(int cgroup_fd) in run_test() 224 int cgroup_fd; in test_sockopt_sk() local
|
D | sockopt_inherit.c | 139 static int prog_attach(struct bpf_object *obj, int cgroup_fd, const char *title) in prog_attach() 168 static void run_test(int cgroup_fd) in run_test() 228 int cgroup_fd; in test_sockopt_inherit() local
|
D | connect_force_port.c | 49 static int run_test(int cgroup_fd, int server_fd, int family, int type) in run_test() 134 int server_fd, cgroup_fd; in test_connect_force_port() local
|
D | sockopt_multi.c | 5 static int prog_attach(struct bpf_object *obj, int cgroup_fd, const char *title) in prog_attach() 34 static int prog_detach(struct bpf_object *obj, int cgroup_fd, const char *title) in prog_detach()
|
D | tcp_rtt.c | 92 static int run_test(int cgroup_fd, int server_fd) in run_test() 158 int server_fd, cgroup_fd; in test_tcp_rtt() local
|
D | udp_limit.c | 14 int cgroup_fd; in test_udp_limit() local
|
D | sockopt.c | 877 static int run_test(int cgroup_fd, struct sockopt_test *test) in run_test() 973 int cgroup_fd, i; in test_sockopt() local
|
D | load_bytes_relative.c | 12 int server_fd, cgroup_fd, prog_fd, map_fd, client_fd; in test_load_bytes_relative() local
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/ |
D | test_dev_cgroup.c | 27 int prog_fd, cgroup_fd; in main() local
|
D | test_cgroup_storage.c | 40 int map_fd, percpu_map_fd, prog_fd, cgroup_fd; in main() local
|
D | test_netcnt.c | 42 int prog_fd, cgroup_fd; in main() local
|
D | get_cgroup_id_user.c | 53 int cgroup_fd, cgidmap_fd, pidmap_fd; in main() local
|
/kernel/linux/linux-5.10/tools/testing/selftests/cgroup/ |
D | cgroup_util.c | 335 pid_t clone_into_cgroup(int cgroup_fd) in clone_into_cgroup() 412 int cgroup_fd; in clone_into_cgroup_run_nowait() local 557 int cgroup_fd; in clone_into_cgroup_run_wait() local
|
D | test_core.c | 146 int cgroup_fd = -EBADF; in test_cgcore_populated() local
|
/kernel/linux/linux-5.10/kernel/events/ |
D | core.c | 11313 void *context, int cgroup_fd) in perf_event_alloc() 11834 int cgroup_fd = -1; in SYSCALL_DEFINE5() local
|
/kernel/linux/linux-5.10/tools/lib/bpf/ |
D | libbpf.c | 9747 bpf_program__attach_cgroup(struct bpf_program *prog, int cgroup_fd) in bpf_program__attach_cgroup()
|