Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
A Dget_func_ip_test.c8 extern const void bpf_fentry_test1 __ksym;
22 test1_result = (const void *) addr == &bpf_fentry_test1; in BPF_PROG()
/linux/net/bpf/
A Dtest_run.c170 int noinline bpf_fentry_test1(int a) in bpf_fentry_test1() function
292 if (bpf_fentry_test1(1) != 2 || in bpf_prog_test_run_tracing()

Completed in 5 milliseconds