Searched refs:test_cb (Results 1 – 1 of 1) sorted by relevance
/linux/tools/testing/selftests/bpf/progs/ |
H A D | test_subprogs_extable.c | 16 static __u64 test_cb(struct bpf_map *map, __u32 *key, __u64 *val, void *data) in test_cb() function 26 bpf_for_each_map_elem(&test_array, test_cb, NULL, 0); in BPF_PROG() 36 bpf_for_each_map_elem(&test_array, test_cb, NULL, 0); in BPF_PROG() 46 bpf_for_each_map_elem(&test_array, test_cb, NULL, 0); in BPF_PROG()
|