Searched refs:test_cb (Results 1 – 3 of 3) sorted by relevance
| /linux/tools/testing/selftests/bpf/progs/ |
| 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()
|
| /linux/samples/bpf/ |
| A D | test_lwt_bpf.sh | 230 function test_cb { function 232 install_test $1 test_cb 248 install_test in test_cb 389 test_cb "xmit" 390 test_cb "out"
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| A D | fexit_bpf2bpf.c | 10 typedef int (*test_cb)(struct bpf_object *obj); typedef 61 test_cb cb) in test_fexit_bpf2bpf_common()
|
Completed in 14 milliseconds