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 a, int *b, int ret) in BPF_PROG() argument
|
H A D | modify_return.c | 27 int BPF_PROG(fmod_ret_test, int a, int *b, int ret) in 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 | 30 prog_fd = bpf_program__fd(skel->progs.fmod_ret_test); in test_get_func_args_test()
|
H A D | modify_return.c | 31 prog_fd = bpf_program__fd(skel->progs.fmod_ret_test); in run_test()
|
H A D | bpf_cookie.c | 518 prog_fd = bpf_program__fd(skel->progs.fmod_ret_test); in tracing_subtest() 527 prog_fd = bpf_program__fd(skel->progs.fmod_ret_test); in tracing_subtest()
|