Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/
Dbpf.h275 struct bpf_prog_aux { struct
276 atomic_t refcnt;
277 u32 used_map_cnt;
278 u32 max_ctx_offset;
279 u32 stack_depth;
280 u32 id;
281 u32 func_cnt;
282 bool offload_requested;
283 struct bpf_prog **func;
284 void *jit_data; /* JIT specific data. arch dependent */
[all …]