Home
last modified time | relevance | path

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

/tools/testing/selftests/bpf/progs/
A Dpro_epilogue.c108 __naked int test_pro_epilogue(void) in test_pro_epilogue() function
153 .test_pro_epilogue = (void *)test_pro_epilogue,
A Dpro_epilogue_with_kfunc.c87 .test_pro_epilogue = (void *)test_kfunc_pro_epilogue,
A Dpro_epilogue_goto_start.c121 .test_pro_epilogue = (void *)test_pro_epilogue_goto_start,
/tools/testing/selftests/bpf/prog_tests/
A Dpro_epilogue.c54 void test_pro_epilogue(void) in test_pro_epilogue() function
/tools/testing/selftests/bpf/test_kmods/
A Dbpf_testmod.h115 int (*test_pro_epilogue)(struct st_ops_args *args); member
A Dbpf_testmod.c1047 if (st_ops && st_ops->test_pro_epilogue) in bpf_kfunc_st_ops_test_pro_epilogue()
1048 ret = st_ops->test_pro_epilogue(args); in bpf_kfunc_st_ops_test_pro_epilogue()
1474 .test_pro_epilogue = bpf_test_mod_st_ops__test_pro_epilogue,

Completed in 11 milliseconds