Home
last modified time | relevance | path

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

/Linux-v5.10/kernel/bpf/preload/iterators/
Diterators.bpf.c41 struct bpf_prog_aux { struct
51 struct bpf_prog_aux *aux; argument
/Linux-v5.10/include/linux/
Dbpf.h757 struct bpf_prog_aux { struct
758 atomic64_t refcnt;
759 u32 used_map_cnt;
760 u32 max_ctx_offset;
761 u32 max_pkt_offset;
762 u32 max_tp_access;
763 u32 stack_depth;
764 u32 id;
765 u32 func_cnt; /* used by non-func prog as the number of func progs */
766 u32 func_idx; /* 0 for non-func prog, the index in func array for func prog */
[all …]