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 const struct bpf_struct_ops_desc *st_ops_desc;28 struct mutex lock;33 struct bpf_link **links;35 struct bpf_ksym **ksyms;36 u32 funcs_cnt;37 u32 image_pages_cnt;41 void *image_pages[MAX_TRAMP_IMAGE_PAGES];43 struct btf *btf;[all …]