Home
last modified time | relevance | path

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

/linux-6.12.1/kernel/bpf/
Dbtf.c9177 const struct bpf_struct_ops_desc *st_ops_list; in bpf_struct_ops_find_value() local
9187 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() local
9209 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()