Home
last modified time | relevance | path

Searched defs:bpf_prog_aux (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/include/linux/
Dbpf.h128 struct bpf_prog_aux { struct
129 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 {