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

/linux-master/kernel/bpf/
H A Dbpf_struct_ops.c207 const struct btf_param *stub_args, *args; local
231 stub_args = btf_params(stub_func_proto);
243 if (!btf_param_match_suffix(btf, &stub_args[arg_no],
265 if (args[arg_no].type != stub_args[arg_no].type) {

Completed in 84 milliseconds