Searched defs:bpf_prog_aux (Results 1 – 1 of 1) sorted by relevance
1146 struct bpf_prog_aux { struct1147 atomic64_t refcnt;1148 u32 used_map_cnt;1149 u32 used_btf_cnt;1150 u32 max_ctx_offset;1151 u32 max_pkt_offset;1152 u32 max_tp_access;1153 u32 stack_depth;1154 u32 id;1155 u32 func_cnt; /* used by non-func prog as the number of func progs */[all …]