Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dbpf_struct_ops.c285 arg_info->info = info_buf; in prepare_arg_info()
286 arg_info->cnt = info_cnt; in prepare_arg_info()
302 struct bpf_struct_ops_arg_info *arg_info; in bpf_struct_ops_desc_release() local
305 arg_info = st_ops_desc->arg_info; in bpf_struct_ops_desc_release()
307 kfree(arg_info[i].info); in bpf_struct_ops_desc_release()
309 kfree(arg_info); in bpf_struct_ops_desc_release()
317 struct bpf_struct_ops_arg_info *arg_info; in bpf_struct_ops_desc_init() local
362 arg_info = kcalloc(btf_type_vlen(t), sizeof(*arg_info), in bpf_struct_ops_desc_init()
364 if (!arg_info) in bpf_struct_ops_desc_init()
367 st_ops_desc->arg_info = arg_info; in bpf_struct_ops_desc_init()
[all …]
H A Dverifier.c21106 st_ops_desc->arg_info[member_idx].info; in check_struct_ops_btf_id()
21108 st_ops_desc->arg_info[member_idx].cnt; in check_struct_ops_btf_id()
/linux/include/linux/
H A Dbpf.h1766 struct bpf_struct_ops_arg_info *arg_info; member