Searched refs:st_ops_desc (Results 1 – 2 of 2) sorted by relevance
2142 int bpf_struct_ops_desc_init(struct bpf_struct_ops_desc *st_ops_desc,2146 void bpf_struct_ops_desc_release(struct bpf_struct_ops_desc *st_ops_desc);2186 static inline void bpf_struct_ops_desc_release(struct bpf_struct_ops_desc *st_ops_desc) in bpf_struct_ops_desc_release() argument
18930 const struct bpf_struct_ops_desc *st_ops_desc; in check_struct_ops_btf_id() local18960 st_ops_desc = bpf_struct_ops_find(btf, btf_id); in check_struct_ops_btf_id()18961 if (!st_ops_desc) { in check_struct_ops_btf_id()18966 st_ops = st_ops_desc->st_ops; in check_struct_ops_btf_id()18968 t = st_ops_desc->type; in check_struct_ops_btf_id()19009 for (i = 0; i < st_ops_desc->arg_info[member_idx].cnt; i++) { in check_struct_ops_btf_id()19010 if (st_ops_desc->arg_info[member_idx].info[i].refcounted) { in check_struct_ops_btf_id()19033 return bpf_prog_ctx_arg_info_init(prog, st_ops_desc->arg_info[member_idx].info, in check_struct_ops_btf_id()19034 st_ops_desc->arg_info[member_idx].cnt); in check_struct_ops_btf_id()