Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
A Dget_func_ip_test.c13 extern const void bpf_fentry_test6 __ksym;
72 test6_result = (const void *) addr == &bpf_fentry_test6 + 5; in test6()
/linux/net/bpf/
A Dtest_run.c195 int noinline bpf_fentry_test6(u64 a, void *b, short c, int d, void *e, u64 f) in bpf_fentry_test6() function
297 bpf_fentry_test6(16, (void *)17, 18, 19, (void *)20, 21) != 111 || in bpf_prog_test_run_tracing()

Completed in 5 milliseconds