bpf_kfunc_implicit_arg
return bpf_kfunc_implicit_arg(5);
extern int bpf_kfunc_implicit_arg(int a) __weak __ksym;
__bpf_kfunc int bpf_kfunc_implicit_arg(int a, struct bpf_prog_aux *aux);
BTF_ID_FLAGS(func, bpf_kfunc_implicit_arg, KF_IMPLICIT_ARGS)