Home
last modified time | relevance | path

Searched refs:bpf_testmod_st_ops (Results 1 – 6 of 6) sorted by relevance

/linux/tools/testing/selftests/bpf/progs/
H A Depilogue_tailcall.c45 struct bpf_testmod_st_ops epilogue_tailcall = {
50 struct bpf_testmod_st_ops epilogue_subprog = {
H A Depilogue_exit.c62 struct bpf_testmod_st_ops epilogue_exit = {
H A Dpro_epilogue_goto_start.c118 struct bpf_testmod_st_ops epilogue_goto_start = {
H A Dpro_epilogue.c150 struct bpf_testmod_st_ops pro_epilogue = {
/linux/tools/testing/selftests/bpf/bpf_testmod/
H A Dbpf_testmod.h106 struct bpf_testmod_st_ops { struct
H A Dbpf_testmod.c1012 static struct bpf_testmod_st_ops *st_ops;
1366 static struct bpf_testmod_st_ops st_ops_cfi_stubs = {
1440 ret = ret ?: register_bpf_struct_ops(&testmod_st_ops, bpf_testmod_st_ops); in bpf_testmod_init()