Searched refs:st_ops_list (Results 1 – 1 of 1) sorted by relevance
9177 const struct bpf_struct_ops_desc *st_ops_list; in bpf_struct_ops_find_value() local9187 st_ops_list = btf->struct_ops_tab->ops; in bpf_struct_ops_find_value()9189 if (st_ops_list[i].value_id == value_id) in bpf_struct_ops_find_value()9190 return &st_ops_list[i]; in bpf_struct_ops_find_value()9199 const struct bpf_struct_ops_desc *st_ops_list; in bpf_struct_ops_find() local9209 st_ops_list = btf->struct_ops_tab->ops; in bpf_struct_ops_find()9211 if (st_ops_list[i].type_id == type_id) in bpf_struct_ops_find()9212 return &st_ops_list[i]; in bpf_struct_ops_find()