Searched refs:bpf_testmod_ops (Results 1 – 13 of 13) sorted by relevance
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
22 struct bpf_testmod_ops testmod_do_detach;
16 struct bpf_testmod_ops ops = {
20 struct bpf_testmod_ops testmod = {
19 struct bpf_testmod_ops ops = {
21 struct bpf_testmod_ops testmod_struct_ptr = {
26 struct bpf_testmod_ops testmod_1 = {
17 struct bpf_testmod_ops testmod_1 = {
34 struct bpf_testmod_ops testmod_1 = {
61 struct bpf_testmod_ops multi_pages = {
34 struct bpf_testmod_ops { struct
1558 if (member->offset == offsetof(struct bpf_testmod_ops, data) * 8) { in bpf_testmod_ops_init_member()1564 ((struct bpf_testmod_ops *)kdata)->data = ((struct bpf_testmod_ops *)udata)->data; in bpf_testmod_ops_init_member()1586 struct bpf_testmod_ops *ops = kdata; in bpf_dummy_reg()1642 static struct bpf_testmod_ops __bpf_testmod_ops = {2147 ret = ret ?: register_bpf_struct_ops(&bpf_bpf_testmod_ops, bpf_testmod_ops); in bpf_testmod_init()2169 BUILD_BUG_ON(offsetof(struct bpf_testmod_ops, tramp_1) + 40 * sizeof(long) != in bpf_testmod_init()2170 offsetofend(struct bpf_testmod_ops, tramp_40)); in bpf_testmod_init()