Searched refs:stub_func_proto (Results 1 - 1 of 1) sorted by relevance

/linux-master/kernel/bpf/
H A Dbpf_struct_ops.c206 const struct btf_type *stub_func_proto, *pointed_type; local
213 stub_func_proto = find_stub_func_proto(btf, st_ops_name, member_name);
214 if (!stub_func_proto)
221 if (nargs != btf_type_vlen(stub_func_proto)) {
231 stub_args = btf_params(stub_func_proto);

Completed in 90 milliseconds