Searched refs:test_cb (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-5.10/samples/bpf/ |
H A D | test_lwt_bpf.sh | 227 function test_cb { function 228 test_start "test_cb on lwt $1" 229 install_test $1 test_cb 231 failure "test_cb ${1}: packets are dropped" 244 test_start "test_cb on lwt in" 245 install_test in test_cb 247 failure "test_cb in: packets are dropped" 385 test_cb "xmit" 386 test_cb "out"
|
/kernel/linux/linux-6.6/samples/bpf/ |
H A D | test_lwt_bpf.sh | 230 function test_cb { function 231 test_start "test_cb on lwt $1" 232 install_test $1 test_cb 234 failure "test_cb ${1}: packets are dropped" 247 test_start "test_cb on lwt in" 248 install_test in test_cb 250 failure "test_cb in: packets are dropped" 389 test_cb "xmit" 390 test_cb "out"
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/ |
H A D | fexit_bpf2bpf.c | 7 typedef int (*test_cb)(struct bpf_object *obj); typedef 58 test_cb cb) in test_fexit_bpf2bpf_common()
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/ |
H 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 3 milliseconds