test_pro_epilogue
__naked int test_pro_epilogue(void)
.test_pro_epilogue = (void *)test_pro_epilogue,
.test_pro_epilogue = (void *)test_pro_epilogue_goto_start,
.test_pro_epilogue = (void *)test_kfunc_pro_epilogue,
if (st_ops && st_ops->test_pro_epilogue)
ret = st_ops->test_pro_epilogue(args);
.test_pro_epilogue = bpf_test_mod_st_ops__test_pro_epilogue,
int (*test_pro_epilogue)(struct st_ops_args *args);