bpf_testmod_fentry_test3
extern const void bpf_testmod_fentry_test3 __ksym;
if ((const void *) addr == &bpf_testmod_fentry_test3)
if ((const void *) addr == &bpf_testmod_fentry_test3)
bpf_testmod_fentry_test3(4, 5, 6) != 15 ||