| /external/linux-kselftest/tools/testing/selftests/bpf/prog_tests/ | 
| D | atomics.c | 9 	int err, prog_fd;  in test_add()  local41 	int err, prog_fd;  in test_sub()  local
 74 	int err, prog_fd;  in test_and()  local
 102 	int err, prog_fd;  in test_or()  local
 131 	int err, prog_fd;  in test_xor()  local
 159 	int err, prog_fd;  in test_cmpxchg()  local
 188 	int err, prog_fd;  in test_xchg()  local
 
 | 
| D | kfunc_call.c | 12 	int prog_fd, retval, err;  in test_main()  local36 	int prog_fd, retval, err;  in test_subprog()  local
 56 	int prog_fd, retval, err;  in test_subprog_lskel()  local
 
 | 
| D | tailcalls.c | 11 	int err, map_fd, prog_fd, main_fd, i, j;  in test_tailcall_1()  local149 	int err, map_fd, prog_fd, main_fd, i;  in test_tailcall_2()  local
 224 	int err, map_fd, prog_fd, main_fd, data_fd, i, val;  in test_tailcall_count()  local
 318 	int err, map_fd, prog_fd, main_fd, data_fd, i;  in test_tailcall_4()  local
 406 	int err, map_fd, prog_fd, main_fd, data_fd, i, key[] = { 1111, 1234, 5678 };  in test_tailcall_5()  local
 494 	int err, map_fd, prog_fd, main_fd, i;  in test_tailcall_bpf2bpf_1()  local
 578 	int err, map_fd, prog_fd, main_fd, data_fd, i, val;  in test_tailcall_bpf2bpf_2()  local
 656 	int err, map_fd, prog_fd, main_fd, i;  in test_tailcall_bpf2bpf_3()  local
 752 	int err, map_fd, prog_fd, main_fd, data_fd, i;  in test_tailcall_bpf2bpf_4()  local
 
 | 
| D | spinlock.c | 8 	int err, prog_fd = *(u32 *) arg;  in spin_lock_thread()  local23 	int prog_fd;  in test_spinlock()  local
 
 | 
| D | xdp_context_test_run.c | 6 void test_xdp_context_error(int prog_fd, struct bpf_test_run_opts opts,  in test_xdp_context_error()41 	int err, prog_fd;  in test_xdp_context_test_run()  local
 
 | 
| D | map_lock.c | 8 	int err, prog_fd = *(u32 *) arg;  in spin_lock_thread()  local50 	int prog_fd, map_fd[2], vars[17] = {};  in test_map_lock()  local
 
 | 
| D | xdp_adjust_tail.c | 10 	int err, prog_fd;  in test_xdp_adjust_tail_shrink()  local39 	int err, prog_fd;  in test_xdp_adjust_tail_grow()  local
 
 | 
| D | get_func_args_test.c | 9 	int err, prog_fd;  in test_get_func_args_test()  local
 | 
| D | get_func_ip_test.c | 9 	int err, prog_fd;  in test_get_func_ip_test()  local
 | 
| D | tcp_estats.c | 7 	int err, prog_fd;  in test_tcp_estats()  local
 | 
| D | pkt_access.c | 10 	int err, prog_fd;  in test_pkt_access()  local
 | 
| D | pkt_md_access.c | 10 	int err, prog_fd;  in test_pkt_md_access()  local
 | 
| D | enable_stats.c | 8 	int stats_fd, err, prog_fd;  in test_enable_stats()  local
 | 
| D | timer.c | 8 	int err, prog_fd;  in timer()  local
 | 
| D | xdp_perf.c | 10 	int err, prog_fd;  in test_xdp_perf()  local
 | 
| D | test_skb_pkt_end.c | 10 	int err, prog_fd;  in sanity_run()  local
 | 
| D | xdp_info.c | 13 	int err, prog_fd;  in serial_test_xdp_info()  local
 | 
| D | xdp_cpumap_attach.c | 18 	int err, prog_fd, map_fd;  in serial_test_xdp_cpumap_attach()  local
 | 
| D | fentry_fexit.c | 13 	int err, prog_fd, i;  in test_fentry_fexit()  local
 | 
| /external/libbpf/src/ | 
| D | skel_internal.h | 41 	int prog_fd;  member113 static inline int skel_raw_tracepoint_open(const char *name, int prog_fd)  in skel_raw_tracepoint_open()
 125 static inline int skel_link_create(int prog_fd, int target_fd,  in skel_link_create()
 141 	int map_fd = -1, prog_fd = -1, key = 0, err;  in bpf_load_and_run()  local
 
 | 
| /external/bcc/examples/cpp/ | 
| D | KModRetExample.cc | 100   int prog_fd;  in modify_return()  local138   int prog_fd;  in not_modify_return()  local
 
 | 
| /external/bpftool/src/ | 
| D | cgroup.c | 56 	int prog_fd;  in show_bpf_prog()  local385 	int cgroup_fd, prog_fd;  in do_attach()  local
 445 	int prog_fd, cgroup_fd;  in do_detach()  local
 
 | 
| /external/bcc/tests/cc/ | 
| D | test_sk_storage.cc | 59     int prog_fd;  variable
 | 
| /external/linux-kselftest/tools/testing/selftests/bpf/ | 
| D | test_dev_cgroup.c | 28 	int prog_fd, cgroup_fd;  in main()  local
 | 
| /external/bcc/introspection/ | 
| D | bps.c | 202   int prog_fd;  in print_one_prog()  local296     int prog_fd;  in print_all_progs()  local
 
 |