Home
last modified time | relevance | path

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

/Linux-v5.15/tools/testing/selftests/bpf/progs/
Dget_func_ip_test.c11 extern const void bpf_fentry_test4 __ksym;
52 test4_result = (const void *) addr == &bpf_fentry_test4; in BPF_KRETPROBE()
/Linux-v5.15/net/bpf/
Dtest_run.c184 int noinline bpf_fentry_test4(void *a, char b, int c, u64 d) in bpf_fentry_test4() function
292 bpf_fentry_test4((void *)7, 8, 9, 10) != 34 || in bpf_prog_test_run_tracing()