Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dbtf.c9326 const struct bpf_struct_ops_desc *st_ops_list; in bpf_struct_ops_find_value() local
9336 st_ops_list = btf->struct_ops_tab->ops; in bpf_struct_ops_find_value()
9338 if (st_ops_list[i].value_id == value_id) in bpf_struct_ops_find_value()
9339 return &st_ops_list[i]; in bpf_struct_ops_find_value()
9348 const struct bpf_struct_ops_desc *st_ops_list; in bpf_struct_ops_find() local
9358 st_ops_list = btf->struct_ops_tab->ops; in bpf_struct_ops_find()
9360 if (st_ops_list[i].type_id == type_id) in bpf_struct_ops_find()
9361 return &st_ops_list[i]; in bpf_struct_ops_find()