Home
last modified time | relevance | path

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

/include/linux/
Dbpf.h368 struct bpf_prog_aux { struct
369 atomic_t refcnt;
370 u32 used_map_cnt;
371 u32 max_ctx_offset;
372 u32 max_pkt_offset;
373 u32 max_tp_access;
374 u32 stack_depth;
375 u32 id;
376 u32 func_cnt; /* used by non-func prog as the number of func progs */
377 u32 func_idx; /* 0 for non-func prog, the index in func array for func prog */
[all …]