Searched defs:bpf_prog_aux (Results 1 – 2 of 2) sorted by relevance
14210 struct bpf_prog_aux { struct14211 atomic64_t refcnt;14212 u32 used_map_cnt;14213 u32 used_btf_cnt;14214 u32 max_ctx_offset;14215 u32 max_pkt_offset;14216 u32 max_tp_access;14217 u32 stack_depth;14218 u32 id;14219 u32 func_cnt;[all …]
27766 struct bpf_prog_aux { struct27767 atomic64_t refcnt;27768 u32 used_map_cnt;27769 u32 used_btf_cnt;27770 u32 max_ctx_offset;27771 u32 max_pkt_offset;27772 u32 max_tp_access;27773 u32 stack_depth;27774 u32 id;27775 u32 func_cnt;[all …]