Lines Matching defs:bpf_struct_ops_map
24 struct bpf_struct_ops_map { struct
25 struct bpf_map map;
26 struct rcu_head rcu;
27 const struct bpf_struct_ops_desc *st_ops_desc;
29 struct mutex lock;
34 struct bpf_link **links;
36 struct bpf_ksym **ksyms;
37 u32 funcs_cnt;
38 u32 image_pages_cnt;
42 void *image_pages[MAX_TRAMP_IMAGE_PAGES];
44 struct btf *btf;
51 struct bpf_struct_ops_value *uvalue;
56 struct bpf_struct_ops_value kvalue;