Searched defs:bpf_prog_aux (Results 1 – 2 of 2) sorted by relevance
41 struct bpf_prog_aux { struct51 struct bpf_prog_aux *aux; argument
792 struct bpf_prog_aux { struct793 atomic64_t refcnt;794 u32 used_map_cnt;795 u32 max_ctx_offset;796 u32 max_pkt_offset;797 u32 max_tp_access;798 u32 stack_depth;799 u32 id;800 u32 func_cnt; /* used by non-func prog as the number of func progs */801 u32 func_idx; /* 0 for non-func prog, the index in func array for func prog */[all …]