Home
last modified time | relevance | path

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

/linux/kernel/bpf/preload/iterators/
H A Diterators.bpf.c40 struct bpf_prog_aux { struct
50 struct bpf_prog_aux *aux; argument
/linux/include/linux/
H A Dbpf.h1659 struct bpf_prog_aux { struct
1660 atomic64_t refcnt;
1661 u32 used_map_cnt;
1662 u32 used_btf_cnt;
1663 u32 max_ctx_offset;
1664 u32 max_pkt_offset;
1665 u32 max_tp_access;
1666 u32 stack_depth;
1667 u32 id;
1668 u32 func_cnt; /* used by non-func prog as the number of func progs */
[all …]