Home
last modified time | relevance | path

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

/linux-6.12.1/tools/testing/selftests/bpf/bpf_testmod/
Dbpf_testmod.h33 struct bpf_testmod_ops { struct
34 int (*test_1)(void);
35 void (*test_2)(int a, int b);
37 int (*test_maybe_null)(int dummy, struct task_struct *task);
38 int (*unsupported_ops)(void);
41 char onebyte;
42 struct {
45 } unsupported;
46 int data;
51 int (*tramp_1)(int value);
[all …]
/linux-6.12.1/tools/testing/selftests/bpf/progs/
Dstruct_ops_autocreate2.c25 struct bpf_testmod_ops { struct
30 struct bpf_testmod_ops testmod_1 = { argument
Dtest_global_map_resize.c71 struct bpf_testmod_ops { struct
76 struct bpf_testmod_ops st_ops_resize = { argument