Home
last modified time | relevance | path

Searched refs:bpf_testmod_ops2 (Results 1 – 3 of 3) sorted by relevance

/linux/tools/testing/selftests/bpf/progs/
H A Dbad_struct_ops.c23 struct bpf_testmod_ops2 testmod_2 = {
/linux/tools/testing/selftests/bpf/test_kmods/
H A Dbpf_testmod.h99 struct bpf_testmod_ops2 {
93 struct bpf_testmod_ops2 { global() struct
94 test_1bpf_testmod_ops2 global() argument
H A Dbpf_testmod.c1218 struct bpf_testmod_ops2 *ops = kdata; in bpf_dummy_reg2()
1224 static struct bpf_testmod_ops2 __bpf_testmod_ops2 = {
1228 struct bpf_struct_ops bpf_testmod_ops2 = { variable
1550 ret = ret ?: register_bpf_struct_ops(&bpf_testmod_ops2, bpf_testmod_ops2); in bpf_testmod_init()