Searched refs:bpf_kfunc_implicit_arg_legacy (Results 1 – 1 of 1) sorted by relevance
1195 __bpf_kfunc int bpf_kfunc_implicit_arg_legacy(int a, int b, struct bpf_prog_aux *aux);1269 BTF_ID_FLAGS(func, bpf_kfunc_implicit_arg_legacy, KF_IMPLICIT_ARGS) in BTF_ID_FLAGS()1769 int bpf_kfunc_implicit_arg_legacy(int a, int b, struct bpf_prog_aux *aux) in bpf_kfunc_implicit_arg_legacy() function1778 return bpf_kfunc_implicit_arg_legacy(a, b, aux); in bpf_kfunc_implicit_arg_legacy_impl()