Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dget_func_ip_test.c12 extern const void bpf_modify_return_test __ksym;
72 test5_result = (const void *) addr == &bpf_modify_return_test; in BPF_PROG()
/openbmc/linux/net/bpf/
H A Dtest_run.c565 __bpf_kfunc int bpf_modify_return_test(int a, int *b) in bpf_modify_return_test() function
612 BTF_ID_FLAGS(func, bpf_modify_return_test)
676 ret = bpf_modify_return_test(1, &b); in bpf_prog_test_run_tracing()