Searched refs:arg_info (Results 1 – 3 of 3) sorted by relevance
178 struct bpf_struct_ops_arg_info *arg_info) in prepare_arg_info() argument310 arg_info->info = info_buf; in prepare_arg_info()311 arg_info->cnt = info_cnt; in prepare_arg_info()327 struct bpf_struct_ops_arg_info *arg_info; in bpf_struct_ops_desc_release() local330 arg_info = st_ops_desc->arg_info; in bpf_struct_ops_desc_release()332 kfree(arg_info[i].info); in bpf_struct_ops_desc_release()334 kfree(arg_info); in bpf_struct_ops_desc_release()363 struct bpf_struct_ops_arg_info *arg_info; in bpf_struct_ops_desc_init() local408 arg_info = kzalloc_objs(*arg_info, btf_type_vlen(t)); in bpf_struct_ops_desc_init()409 if (!arg_info) in bpf_struct_ops_desc_init()[all …]
19556 const struct bpf_struct_ops_arg_info *arg_info; in check_struct_ops_btf_id() local19635 arg_info = &st_ops_desc->arg_info[member_idx]; in check_struct_ops_btf_id()19636 for (i = 0; i < arg_info->cnt; i++) { in check_struct_ops_btf_id()19637 const struct bpf_ctx_arg_aux *info = &arg_info->info[i]; in check_struct_ops_btf_id()19672 return bpf_prog_ctx_arg_info_init(prog, arg_info->info, arg_info->cnt); in check_struct_ops_btf_id()
2143 struct bpf_struct_ops_arg_info *arg_info; member