/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/ |
H A D | xdp_cpumap_attach.c | 19 int err, prog_fd, map_fd; in test_xdp_with_cpumap_helpers() local 79 int err, frags_prog_fd, map_fd; in test_xdp_with_cpumap_frags_helpers() local [all...] |
H A D | test_bprm_opts.c | 16 static int update_storage(int map_fd, int secureexec) in update_storage() argument 32 static int run_set_secureexec(int map_fd, int secureexec) in run_set_secureexec() argument
|
H A D | xdp.c | 16 int err, prog_fd, map_fd; in test_xdp() local
|
H A D | bpf_loop.c | 147 int map_fd; in check_stack() local
|
/kernel/linux/linux-6.6/tools/bpf/bpftool/ |
H A D | iter.c | 22 int err = -1, map_fd = -1; in do_pin() local
|
/kernel/linux/linux-6.6/samples/bpf/ |
H A D | sockex2_user.c | 20 int map_fd, prog_fd; in main() local
|
H A D | spintest_user.c | 16 int map_fd, i, j = 0; in main() local
|
H A D | sockex1_user.c | 15 int map_fd, prog_fd; in main() local
|
H A D | test_current_task_under_cgroup_user.c | 22 int map_fd[2]; in main() local
|
H A D | tracex4_user.c | 54 int map_fd, j = 0; in main() local
|
H A D | test_probe_write_user_user.c | 15 int serverfd, serverconnfd, clientfd, map_fd; in main() local
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/ |
H A D | test_cgroup_storage.c | 40 int map_fd, percpu_map_fd, prog_fd, cgroup_fd; in main() local
|
/kernel/linux/linux-5.10/samples/bpf/ |
H A D | tracex4_user.c | 56 int map_fd, i, j = 0; in main() local
|
H A D | test_probe_write_user_user.c | 15 int serverfd, serverconnfd, clientfd, map_fd; in main() local
|
H A D | xdp_fwd_user.c | 32 static int do_attach(int idx, int prog_fd, int map_fd, const char *name) in do_attach() argument 81 int prog_fd, map_fd = -1; in main() local
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/map_tests/ |
H A D | lpm_trie_map_batch_ops.c | 22 static void map_batch_update(int map_fd, __u32 max_entries, in map_batch_update() argument 70 int map_fd, *values, *visited; in test_lpm_trie_map_batch_ops() local [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/benchs/ |
H A D | bench_bpf_hashmap_full_update.c | 40 int map_fd, i, max_entries; in setup() local
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/ |
H A D | test_cgroup_storage.c | 41 int map_fd, percpu_map_fd, prog_fd, cgroup_fd; in main() local
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/map_tests/ |
H A D | htab_map_batch_ops.c | 13 static void map_batch_update(int map_fd, __u32 max_entries, int *keys, in map_batch_update() argument 80 int map_fd, *keys, *visited, key; in __test_map_lookup_and_delete_batch() local [all...] |
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/ |
H A D | cgroup_attach_multi.c | 11 static int map_fd = -1; variable [all...] |
H A D | global_data.c | 7 int i, err, map_fd; in test_global_data_number() local 42 int i, err, map_fd; in test_global_data_string() local 77 int i, err, map_fd; in test_global_data_struct() local 105 int err = -ENOMEM, map_fd, zero = 0; test_global_data_rdonly() local [all...] |
H A D | map_init.c | 20 static int map_populate(int map_fd, int num) in map_populate() argument 133 int map_fd, err; in test_pcpu_map_init() local 38 setup(enum bpf_map_type map_type, int map_sz, int *map_fd, int populate) setup() argument 173 int map_fd, err; test_pcpu_lru_map_init() local [all...] |
H A D | pinning.c | 40 int err, map_fd; in test_pinning() local
|
H A D | tailcalls.c | 11 int err, map_fd, prog_fd, main_fd, i, j; in test_tailcall_1() local 149 int err, map_fd, prog_f in test_tailcall_2() local 227 int err, map_fd, prog_fd, main_fd, data_fd, i, val; test_tailcall_3() local 305 int err, map_fd, prog_fd, main_fd, data_fd, i; test_tailcall_4() local 393 int err, map_fd, prog_fd, main_fd, data_fd, i, key[] = { 1111, 1234, 5678 }; test_tailcall_5() local 481 int err, map_fd, prog_fd, main_fd, i; test_tailcall_bpf2bpf_1() local 565 int err, map_fd, prog_fd, main_fd, data_fd, i, val; test_tailcall_bpf2bpf_2() local 643 int err, map_fd, prog_fd, main_fd, i; test_tailcall_bpf2bpf_3() local 733 int err, map_fd, prog_fd, main_fd, data_fd, i, val; test_tailcall_bpf2bpf_4() local [all...] |
H A D | tcp_rtt.c | 46 static int verify_sk(int map_fd, int client_fd, const char *msg, __u32 invoked, in verify_sk() argument 103 int map_fd; in run_test() local
|