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;36 struct bpf_ksym **ksyms;37 u32 funcs_cnt;38 u32 image_pages_cnt;42 void *image_pages[MAX_TRAMP_IMAGE_PAGES];[all …]