Searched defs:bpf_prog_aux (Results 1 – 1 of 1) sorted by relevance
9919 struct bpf_prog_aux { struct9920 atomic64_t refcnt;9921 u32 used_map_cnt;9922 u32 used_btf_cnt;9923 u32 max_ctx_offset;9924 u32 max_pkt_offset;9925 u32 max_tp_access;9926 u32 stack_depth;9927 u32 id;9928 u32 func_cnt;[all …]