Home
last modified time | relevance | path

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

/Linux-v5.15/kernel/bpf/preload/iterators/
Diterators.bpf.c40 struct bpf_prog_aux { struct
50 struct bpf_prog_aux *aux; argument
/Linux-v5.15/include/linux/
Dbpf.h841 struct bpf_prog_aux { struct
842 atomic64_t refcnt;
843 u32 used_map_cnt;
844 u32 used_btf_cnt;
845 u32 max_ctx_offset;
846 u32 max_pkt_offset;
847 u32 max_tp_access;
848 u32 stack_depth;
849 u32 id;
850 u32 func_cnt; /* used by non-func prog as the number of func progs */
[all …]
/Linux-v5.15/kernel/bpf/
Dhelpers.c1156 struct bpf_prog_aux *, aux) in BPF_CALL_3()