Home
last modified time | relevance | path

Searched defs:test_cb (Results 1 – 3 of 3) sorted by relevance

/linux/tools/testing/selftests/bpf/progs/
H A Dtest_subprogs_extable.c16 static __u64 test_cb(struct bpf_map *map, __u32 *key, __u64 *val, void *data) in test_cb() function
/linux/samples/bpf/
H A Dtest_lwt_bpf.sh230 function test_cb { function
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dfexit_bpf2bpf.c10 typedef int (*test_cb)(struct bpf_object *obj); typedef