Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/test_kmods/
H A Dbpf_testmod.c1195 __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() function
1778 return bpf_kfunc_implicit_arg_legacy(a, b, aux); in bpf_kfunc_implicit_arg_legacy_impl()