Home
last modified time | relevance | path

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

/linux-6.15/kernel/bpf/
H A Dbtf.c269 struct btf_struct_ops_tab *struct_ops_tab; member
1719 btf->struct_ops_tab = NULL; in btf_free_struct_ops_tab()
9408 tab = btf->struct_ops_tab; in btf_add_struct_ops()
9415 btf->struct_ops_tab = tab; in btf_add_struct_ops()
9431 btf->struct_ops_tab = tab; in btf_add_struct_ops()
9440 btf->struct_ops_tab->cnt++; in btf_add_struct_ops()
9454 if (!btf->struct_ops_tab) in bpf_struct_ops_find_value()
9457 cnt = btf->struct_ops_tab->cnt; in bpf_struct_ops_find_value()
9458 st_ops_list = btf->struct_ops_tab->ops; in bpf_struct_ops_find_value()
9476 if (!btf->struct_ops_tab) in bpf_struct_ops_find()
[all …]