Home
last modified time | relevance | path

Searched refs:test_cb (Results 1 – 2 of 2) sorted by relevance

/tools/testing/selftests/bpf/progs/
A Dtest_subprogs_extable.c16 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()
/tools/testing/selftests/bpf/prog_tests/
A Dfexit_bpf2bpf.c10 typedef int (*test_cb)(struct bpf_object *obj); typedef
61 test_cb cb) in test_fexit_bpf2bpf_common()

Completed in 17 milliseconds