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;
35 u32 links_cnt;
36 u32 image_pages_cnt;
40 void *image_pages[MAX_TRAMP_IMAGE_PAGES];
42 struct btf *btf;
49 struct bpf_struct_ops_value *uvalue;
54 struct bpf_struct_ops_value kvalue;