Home
last modified time | relevance | path

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

/include/linux/
Dbpf.h122 struct bpf_prog_aux { struct
123 atomic_t refcnt;
124 bool is_gpl_compatible;
125 enum bpf_prog_type prog_type;
126 struct bpf_verifier_ops *ops;
127 struct bpf_map **used_maps;
128 u32 used_map_cnt;
129 struct bpf_prog *prog;
130 struct work_struct work;