Searched defs:bpf_prog_aux (Results 1 – 1 of 1) sorted by relevance
128 struct bpf_prog_aux { struct129 atomic_t refcnt;130 u32 used_map_cnt;131 const struct bpf_verifier_ops *ops;132 struct bpf_map **used_maps;133 struct bpf_prog *prog;134 struct user_struct *user;135 union {