Searched defs:bpf_struct_ops_map (Results 1 – 1 of 1) sorted by relevance
24 struct bpf_struct_ops_map { struct25 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;[all …]