Searched defs:bpf_testmod_ops (Results 1 – 3 of 3) sorted by relevance
34 struct bpf_testmod_ops { struct35 int (*test_1)(void);47 char onebyte;48 struct {51 } unsupported;52 int data;57 int (*tramp_1)(int value);58 int (*tramp_2)(int value);59 int (*tramp_3)(int value);60 int (*tramp_4)(int value);[all …]
25 struct bpf_testmod_ops { struct30 struct bpf_testmod_ops testmod_1 = { argument
87 struct bpf_testmod_ops { struct92 struct bpf_testmod_ops st_ops_resize = { argument
Completed in 8 milliseconds