| /external/bpftool/src/ | 
| D | cgroup.c | 93 static int count_attached_bpf_progs(int cgroup_fd, enum bpf_attach_type type)  in count_attached_bpf_progs() 106 static int cgroup_has_attached_progs(int cgroup_fd)  in cgroup_has_attached_progs() 125 static int show_attached_bpf_progs(int cgroup_fd, enum bpf_attach_type type,  in show_attached_bpf_progs() 171 	int cgroup_fd;  in do_show()  local 249 	int cgroup_fd;  in do_show_tree_fn()  local 385 	int cgroup_fd, prog_fd;  in do_attach()  local 445 	int prog_fd, cgroup_fd;  in do_detach()  local
  | 
| /external/linux-kselftest/tools/testing/selftests/bpf/prog_tests/ | 
| D | cgroup_v1v2.c | 10 static int run_test(int cgroup_fd, int server_fd, bool classid)  in run_test() 48 	int server_fd, client_fd, cgroup_fd;  in test_cgroup_v1v2()  local
  | 
| D | sockopt_sk.c | 195 static void run_test(int cgroup_fd)  in run_test() 223 	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() 169 static void run_test(int cgroup_fd)  in run_test() 229 	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() 135 	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, const char *name)  in prog_attach() 34 static int prog_detach(struct bpf_object *obj, int cgroup_fd, const char *title, const char *name)  in prog_detach()
  | 
| D | tcp_rtt.c | 93 static int run_test(int cgroup_fd, int server_fd)  in run_test() 151 	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 | 876 static int run_test(int cgroup_fd, struct sockopt_test *test)  in run_test() 972 	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
  | 
| D | netns_cookie.c | 15 	int server_fd = -1, client_fd = -1, cgroup_fd = -1;  in test_netns_cookie()  local
  | 
| D | socket_cookie.c | 18 	int server_fd = 0, client_fd = 0, cgroup_fd = 0, err = 0;  in test_socket_cookie()  local
  | 
| D | bind_perm.c | 76 	int cgroup_fd;  in test_bind_perm()  local
  | 
| /external/linux-kselftest/tools/testing/selftests/bpf/ | 
| D | test_dev_cgroup.c | 28 	int prog_fd, cgroup_fd;  in main()  local
  | 
| D | test_cgroup_storage.c | 41 	int map_fd, percpu_map_fd, prog_fd, cgroup_fd;  in main()  local
  | 
| D | get_cgroup_id_user.c | 54 	int cgroup_fd, cgidmap_fd, pidmap_fd;  in main()  local
  | 
| /external/linux-kselftest/tools/testing/selftests/cgroup/ | 
| D | cgroup_util.c | 341 pid_t clone_into_cgroup(int cgroup_fd)  in clone_into_cgroup() 418 	int cgroup_fd;  in clone_into_cgroup_run_nowait()  local 563 	int cgroup_fd;  in clone_into_cgroup_run_wait()  local
  | 
| D | test_core.c | 146 	int cgroup_fd = -EBADF;  in test_cgcore_populated()  local
  | 
| /external/kernel-headers/original/uapi/linux/ | 
| D | bpf.h | 110 		__u32	cgroup_fd;  member
  | 
| /external/libbpf/src/ | 
| D | libbpf.c | 10552 bpf_program__attach_cgroup(const struct bpf_program *prog, int cgroup_fd)  in bpf_program__attach_cgroup()
  |