Home
last modified time | relevance | path

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

/net/bpf/
Dtest_run.c213 int noinline bpf_modify_return_test(int a, int *b) in bpf_modify_return_test() function
236 ALLOW_ERROR_INJECTION(bpf_modify_return_test, ERRNO);
301 ret = bpf_modify_return_test(1, &b); in bpf_prog_test_run_tracing()