Searched refs:bpf_testmod_ops (Results 1 - 10 of 10) sorted by relevance

/linux-master/tools/testing/selftests/bpf/progs/
H A Dstruct_ops_forgotten_cb.c16 struct bpf_testmod_ops ops = {
H A Dstruct_ops_autocreate2.c25 struct bpf_testmod_ops { struct
30 struct bpf_testmod_ops testmod_1 = {
H A Dstruct_ops_nulled_out_cb.c19 struct bpf_testmod_ops ops = {
H A Dstruct_ops_maybe_null.c26 struct bpf_testmod_ops testmod_1 = {
H A Dstruct_ops_maybe_null_fail.c21 struct bpf_testmod_ops testmod_struct_ptr = {
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-master/tools/testing/selftests/bpf/bpf_testmod/
H A Dbpf_testmod.h33 struct bpf_testmod_ops { struct
H A Dbpf_testmod.c802 if (member->offset == offsetof(struct bpf_testmod_ops, data) * 8) {
808 ((struct bpf_testmod_ops *)kdata)->data = ((struct bpf_testmod_ops *)udata)->data;
825 struct bpf_testmod_ops *ops = kdata;
857 static struct bpf_testmod_ops __bpf_testmod_ops = {
870 .name = "bpf_testmod_ops",
907 ret = ret ?: register_bpf_struct_ops(&bpf_bpf_testmod_ops, bpf_testmod_ops);

Completed in 183 milliseconds