Searched defs:bpf_prog_aux (Results 1 – 1 of 1) sorted by relevance
1479 struct bpf_prog_aux { struct1480 atomic64_t refcnt;1481 u32 used_map_cnt;1482 u32 used_btf_cnt;1483 u32 max_ctx_offset;1484 u32 max_pkt_offset;1485 u32 max_tp_access;1486 u32 stack_depth;1487 u32 id;1488 u32 func_cnt; /* used by non-func prog as the number of func progs */[all …]