Home
last modified time | relevance | path

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

/linux-6.15/kernel/bpf/
H A Dbtf.c9448 const struct bpf_struct_ops_desc *st_ops_list; in bpf_struct_ops_find_value() local
9458 st_ops_list = btf->struct_ops_tab->ops; in bpf_struct_ops_find_value()
9460 if (st_ops_list[i].value_id == value_id) in bpf_struct_ops_find_value()
9461 return &st_ops_list[i]; in bpf_struct_ops_find_value()
9470 const struct bpf_struct_ops_desc *st_ops_list; in bpf_struct_ops_find() local
9480 st_ops_list = btf->struct_ops_tab->ops; in bpf_struct_ops_find()
9482 if (st_ops_list[i].type_id == type_id) in bpf_struct_ops_find()
9483 return &st_ops_list[i]; in bpf_struct_ops_find()