Searched refs:bpf_testmod_ops (Results 1 – 23 of 23) 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 = {
20 struct bpf_testmod_ops testmod_ref_acquire = {
21 struct bpf_testmod_ops testmod_struct_ptr = {
26 struct bpf_testmod_ops testmod_1 = {
17 struct bpf_testmod_ops testmod_1 = {
27 struct bpf_testmod_ops testmod_refcounted = {
26 struct bpf_testmod_ops testmod_kptr_return = {
24 struct bpf_testmod_ops testmod_kptr_return = {
23 struct bpf_testmod_ops testmod_kptr_return = {
33 struct bpf_testmod_ops testmod_ref_acquire = {
28 struct bpf_testmod_ops testmod_kptr_return = {
32 struct bpf_testmod_ops testmod_kptr_return = {
37 struct bpf_testmod_ops testmod_ref_acquire = {
34 struct bpf_testmod_ops testmod_1 = {
61 struct bpf_testmod_ops multi_pages = {
34 struct bpf_testmod_ops { struct
1119 if (member->offset == offsetof(struct bpf_testmod_ops, data) * 8) { in bpf_testmod_ops_init_member()1125 ((struct bpf_testmod_ops *)kdata)->data = ((struct bpf_testmod_ops *)udata)->data; in bpf_testmod_ops_init_member()1147 struct bpf_testmod_ops *ops = kdata; in bpf_dummy_reg()1197 static struct bpf_testmod_ops __bpf_testmod_ops = {1549 ret = ret ?: register_bpf_struct_ops(&bpf_bpf_testmod_ops, bpf_testmod_ops); in bpf_testmod_init()1570 BUILD_BUG_ON(offsetof(struct bpf_testmod_ops, tramp_1) + 40 * sizeof(long) != in bpf_testmod_init()1571 offsetofend(struct bpf_testmod_ops, tramp_40)); in bpf_testmod_init()
260 struct bpf_testmod_ops testmod_map = {
Completed in 26 milliseconds