Home
last modified time | relevance | path

Searched refs:bpf_testmod_ops3 (Results 1 – 5 of 5) sorted by relevance

/linux/tools/testing/selftests/bpf/progs/
H A Dstruct_ops_private_stack_recur.c48 struct bpf_testmod_ops3 testmod_1 = {
H A Dstruct_ops_private_stack_fail.c59 struct bpf_testmod_ops3 testmod_1 = {
H A Dstruct_ops_private_stack.c59 struct bpf_testmod_ops3 testmod_1 = {
/linux/tools/testing/selftests/bpf/test_kmods/
H A Dbpf_testmod.h103 struct bpf_testmod_ops3 {
97 struct bpf_testmod_ops3 { global() struct
98 test_1bpf_testmod_ops3 global() argument
99 test_2bpf_testmod_ops3 global() argument
H A Dbpf_testmod.c252 static struct bpf_testmod_ops3 *st_ops3;
264 static struct bpf_testmod_ops3 __bpf_testmod_ops3 = {
1279 case offsetof(struct bpf_testmod_ops3, test_1): in st_ops3_check_member()
1289 struct bpf_struct_ops bpf_testmod_ops3 = { variable
1551 ret = ret ?: register_bpf_struct_ops(&bpf_testmod_ops3, bpf_testmod_ops3); in bpf_testmod_init()