Home
last modified time | relevance | path

Searched defs:map_fd (Results 51 - 75 of 194) sorted by relevance

12345678

/kernel/linux/linux-5.10/tools/testing/selftests/bpf/map_tests/
H A Dhtab_map_batch_ops.c13 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 Dcgroup_attach_multi.c11 static int map_fd = -1; variable
[all...]
H A Dglobal_data.c7 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 Dmap_init.c20 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 Dpinning.c40 int err, map_fd; in test_pinning() local
H A Dtailcalls.c11 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 Dtcp_rtt.c46 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 Dxdp_bpf2bpf.c43 int err, pkt_fd, map_fd; in test_xdp_bpf2bpf() local
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/
H A Dtest_netcnt.c38 int map_fd, percpu_map_fd; in main() local
H A Dtest_skb_cgroup_id_user.c86 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 Dtest_tcpbpf_user.c95 int prog_fd, map_fd, sock_map_fd; in main() local
/kernel/linux/linux-5.10/samples/bpf/
H A Dlathist_user.c87 int map_fd, i = 0; in main() local
H A Dtracex3_user.c115 int map_fd, i, j = 0; in main() local
H A Dlwt_len_hist_user.c36 int i, map_fd; in main() local
H A Dtest_cgrp2_attach.c42 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 Dtrace_output_user.c51 int map_fd, ret = 0; in main() local
/kernel/linux/linux-6.6/samples/bpf/
H A Dibumad_user.c31 static int map_fd[2]; variable
H A Dlathist_user.c87 int map_fd, i = 0; in main() local
H A Dlwt_len_hist_user.c36 int i, map_fd; in main() local
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/map_tests/
H A Dhtab_map_batch_ops.c14 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 Dtask_storage_map.c23 int map_fd; member
H A Darray_map_batch_ops.c15 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 Dglobal_data.c7 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 Dl4lb_all.c26 int err, i, prog_fd, map_fd; in test_l4lb() local
[all...]
H A Dlookup_and_delete.c13 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...]

Completed in 8 milliseconds

12345678