Searched defs:bpf_prog_aux (Results 1 – 1 of 1) sorted by relevance
120 struct bpf_prog_aux { struct121 atomic_t refcnt;122 u32 used_map_cnt;123 const struct bpf_verifier_ops *ops;124 struct bpf_map **used_maps;125 struct bpf_prog *prog;126 struct work_struct work;