Searched defs:bpf_prog_aux (Results 1 – 1 of 1) sorted by relevance
777 struct bpf_prog_aux { struct778 atomic64_t refcnt;779 u32 used_map_cnt;780 u32 max_ctx_offset;781 u32 max_pkt_offset;782 u32 max_tp_access;783 u32 stack_depth;784 u32 id;785 u32 func_cnt; /* used by non-func prog as the number of func progs */786 u32 func_idx; /* 0 for non-func prog, the index in func array for func prog */[all …]