Home
last modified time | relevance | path

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

/Linux-v5.15/tools/testing/selftests/bpf/progs/
Dget_func_ip_test.c9 extern const void bpf_fentry_test2 __ksym;
32 test2_result = (const void *) addr == &bpf_fentry_test2; in BPF_PROG()
/Linux-v5.15/net/bpf/
Dtest_run.c174 int noinline bpf_fentry_test2(int a, u64 b) in bpf_fentry_test2() function
290 bpf_fentry_test2(2, 3) != 5 || in bpf_prog_test_run_tracing()