| /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
|
| H A D | xdp_bpf2bpf.c | 43 int err, pkt_fd, map_fd; in test_xdp_bpf2bpf() local
|
| /kernel/linux/linux-5.10/tools/testing/selftests/bpf/ |
| H A D | test_netcnt.c | 38 int map_fd, percpu_map_fd; in main() local
|
| H A D | test_skb_cgroup_id_user.c | 86 int map_fd = -1; in get_map_fd_by_prog_id() local 121 int map_fd; in check_ancestor_cgroup_ids() local [all...] |
| H A D | test_tcpbpf_user.c | 95 int prog_fd, map_fd, sock_map_fd; in main() local
|
| /kernel/linux/linux-5.10/samples/bpf/ |
| H A D | lathist_user.c | 87 int map_fd, i = 0; in main() local
|
| H A D | tracex3_user.c | 115 int map_fd, i, j = 0; in main() local
|
| H A D | lwt_len_hist_user.c | 36 int i, map_fd; in main() local
|
| H A D | test_cgrp2_attach.c | 42 static int prog_load(int map_fd, int verdict) in prog_load() argument 89 int prog_fd, map_fd, ret, key; in attach_filter() local
|
| H A D | trace_output_user.c | 51 int map_fd, ret = 0; in main() local
|
| /kernel/linux/linux-6.6/samples/bpf/ |
| H A D | ibumad_user.c | 31 static int map_fd[2]; variable
|
| H A D | lathist_user.c | 87 int map_fd, i = 0; in main() local
|
| H A D | lwt_len_hist_user.c | 36 int i, map_fd; in main() local
|
| /kernel/linux/linux-6.6/tools/testing/selftests/bpf/map_tests/ |
| H A D | htab_map_batch_ops.c | 14 static void map_batch_update(int map_fd, __u32 max_entries, int *keys, in map_batch_update() argument 81 int map_fd, *keys, *visited, key; in __test_map_lookup_and_delete_batch() local [all...] |
| H A D | task_storage_map.c | 23 int map_fd; member
|
| H A D | array_map_batch_ops.c | 15 static void map_batch_update(int map_fd, __u32 max_entries, int *keys, in map_batch_update() argument 72 int map_fd, *keys, *visited; in __test_map_lookup_and_update_batch() local
|
| /kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/ |
| 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 | l4lb_all.c | 26 int err, i, prog_fd, map_fd; in test_l4lb() local [all...] |
| H A D | lookup_and_delete.c | 13 static int fill_values(int map_fd) in fill_values() argument 27 static int fill_values_percpu(int map_fd) in fill_values_percpu() argument 102 int map_fd, err; in test_lookup_and_delete_hash() local 44 setup_prog(enum bpf_map_type map_type, int *map_fd) setup_prog() argument 138 int map_fd, err, i; test_lookup_and_delete_percpu_hash() local 178 int map_fd, err; test_lookup_and_delete_lru_hash() local 224 int map_fd, err, i, cpucnt = 0; test_lookup_and_delete_lru_percpu_hash() local [all...] |