Searched defs:bpf_prog_aux (Results 1 – 7 of 7) 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 …]
10721 struct bpf_prog_aux { struct10722 atomic64_t refcnt;10723 u32 used_map_cnt;10724 u32 max_ctx_offset;10725 u32 max_pkt_offset;10726 u32 max_tp_access;10727 u32 stack_depth;10728 u32 id;10729 u32 func_cnt;10730 u32 func_idx;[all …]
9696 struct bpf_prog_aux { struct9697 atomic64_t refcnt;9698 u32 used_map_cnt;9699 u32 max_ctx_offset;9700 u32 max_pkt_offset;9701 u32 max_tp_access;9702 u32 stack_depth;9703 u32 id;9704 u32 func_cnt;9705 u32 func_idx;[all …]
9259 struct bpf_prog_aux { struct9260 atomic64_t refcnt;9261 u32 used_map_cnt;9262 u32 max_ctx_offset;9263 u32 max_pkt_offset;9264 u32 max_tp_access;9265 u32 stack_depth;9266 u32 id;9267 u32 func_cnt;9268 u32 func_idx;[all …]