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

/linux-master/kernel/bpf/
H A Dbpf_struct_ops.c209 u32 nargs, arg_no, info_cnt = 0; local
239 for (arg_no = 0; arg_no < nargs; arg_no++) {
243 if (!btf_param_match_suffix(btf, &stub_args[arg_no],
249 args[arg_no].type,
258 offset = btf_ctx_arg_offset(btf, func_proto, arg_no);
261 st_ops_name, member_name, arg_no);
265 if (args[arg_no].type != stub_args[arg_no]
[all...]
H A Dbtf.c6172 u32 arg_no)
6180 for (i = 0; i < arg_no; i++) {
6171 btf_ctx_arg_offset(const struct btf *btf, const struct btf_type *func_proto, u32 arg_no) argument
/linux-master/include/linux/
H A Dbtf.h502 u32 arg_no);

Completed in 297 milliseconds