Searched defs:bpf_testmod_ops (Results 1 – 3 of 3) sorted by relevance
33 struct bpf_testmod_ops { struct34 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 …]
25 struct bpf_testmod_ops { struct30 struct bpf_testmod_ops testmod_1 = { argument
71 struct bpf_testmod_ops { struct76 struct bpf_testmod_ops st_ops_resize = { argument