Searched defs:bpf_prog_aux (Results 1 – 1 of 1) sorted by relevance
25886 struct bpf_prog_aux { struct25887 atomic64_t refcnt;25888 u32 used_map_cnt;25889 u32 used_btf_cnt;25890 u32 max_ctx_offset;25891 u32 max_pkt_offset;25892 u32 max_tp_access;25893 u32 stack_depth;25894 u32 id;25895 u32 func_cnt;[all …]