Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dbpf_struct_ops.c468 &st_ops->func_models[i])) { in bpf_struct_ops_desc_init()
480 if (st_ops->func_models[i].ret_size > 8) { in bpf_struct_ops_desc_init()
490 &st_ops->func_models[i], in bpf_struct_ops_desc_init()
877 &st_ops->func_models[i], in bpf_struct_ops_map_update_elem()
/linux/include/linux/
H A Dbpf.h2118 struct btf_func_model func_models[BPF_STRUCT_OPS_MAX_NR_MEMBERS]; member