Home
last modified time | relevance | path

Searched refs:bpf_testmod_ops (Results 1 – 14 of 14) sorted by relevance

/linux/tools/testing/selftests/bpf/progs/
H A Dstruct_ops_autocreate2.c25 struct bpf_testmod_ops { struct
30 struct bpf_testmod_ops testmod_1 = { argument
H A Dtest_global_map_resize.c71 struct bpf_testmod_ops { struct
76 struct bpf_testmod_ops st_ops_resize = { argument
H A Dstruct_ops_detach.c22 struct bpf_testmod_ops testmod_do_detach;
H A Dstruct_ops_forgotten_cb.c16 struct bpf_testmod_ops ops = {
H A Dunsupported_ops.c20 struct bpf_testmod_ops testmod = {
H A Dstruct_ops_nulled_out_cb.c19 struct bpf_testmod_ops ops = {
H A Dstruct_ops_maybe_null_fail.c21 struct bpf_testmod_ops testmod_struct_ptr = {
H A Dstruct_ops_maybe_null.c26 struct bpf_testmod_ops testmod_1 = {
H A Dbad_struct_ops.c17 struct bpf_testmod_ops testmod_1 = {
H A Dstruct_ops_multi_pages.c61 struct bpf_testmod_ops multi_pages = {
H A Dstruct_ops_module.c34 struct bpf_testmod_ops testmod_1 = {
/linux/tools/testing/selftests/bpf/bpf_testmod/
H A Dbpf_testmod.c1115 if (member->offset == offsetof(struct bpf_testmod_ops, data) * 8) { in bpf_testmod_ops_init_member()
1121 ((struct bpf_testmod_ops *)kdata)->data = ((struct bpf_testmod_ops *)udata)->data; in bpf_testmod_ops_init_member()
1142 struct bpf_testmod_ops *ops = kdata; in bpf_dummy_reg()
1179 static struct bpf_testmod_ops __bpf_testmod_ops = {
1437 ret = ret ?: register_bpf_struct_ops(&bpf_bpf_testmod_ops, bpf_testmod_ops); in bpf_testmod_init()
1458 BUILD_BUG_ON(offsetof(struct bpf_testmod_ops, tramp_1) + 40 * sizeof(long) != in bpf_testmod_init()
1459 offsetofend(struct bpf_testmod_ops, tramp_40)); in bpf_testmod_init()
H A Dbpf_testmod.h33 struct bpf_testmod_ops { struct
/linux/tools/bpf/bpftool/Documentation/
H A Dbpftool-gen.rst260 struct bpf_testmod_ops testmod_map = {