Home
last modified time | relevance | path

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

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