Searched refs:fmod_ret_test (Results 1 – 8 of 8) sorted by relevance
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | fmod_ret_freplace.c | 8 int BPF_PROG(fmod_ret_test, long val, int ret) in BPF_PROG() argument
|
| H A D | test_trampoline_count.c | 13 int BPF_PROG(fmod_ret_test, int ret) in BPF_PROG() argument
|
| H A D | modify_return.c | 30 int BPF_PROG(fmod_ret_test, int a, int *b, int ret) in BPF_PROG() 27 BPF_PROG(fmod_ret_test,int a,int * b,int ret) BPF_PROG() argument
|
| H A D | test_bpf_cookie.c | 121 int BPF_PROG(fmod_ret_test, int _a, int *_b, int _ret) in BPF_PROG() argument
|
| H A D | get_func_args_test.c | 71 int BPF_PROG(fmod_ret_test, int _a, int *_b, int _ret) in BPF_PROG() argument
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | get_func_args_test.c | 29 * fmod_ret_test and fexit_test programs. in test_get_func_args_test() 31 prog_fd = bpf_program__fd(skel->progs.fmod_ret_test); in test_get_func_args_test()
|
| H A D | modify_return.c | 34 prog_fd = bpf_program__fd(skel->progs.fmod_ret_test); in run_test()
|
| H A D | bpf_cookie.c | 559 prog_fd = bpf_program__fd(skel->progs.fmod_ret_test); in tracing_subtest() 568 prog_fd = bpf_program__fd(skel->progs.fmod_ret_test); in lsm_subtest()
|