Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dbpf.h120 struct bpf_prog_aux { struct
121 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;