Home
last modified time | relevance | path

Searched defs:bpf_prog_aux (Results 1 – 1 of 1) sorted by relevance

/include/linux/
Dbpf.h909 struct bpf_prog_aux { struct
910 atomic64_t refcnt;
911 u32 used_map_cnt;
912 u32 used_btf_cnt;
913 u32 max_ctx_offset;
914 u32 max_pkt_offset;
915 u32 max_tp_access;
916 u32 stack_depth;
917 u32 id;
918 u32 func_cnt; /* used by non-func prog as the number of func progs */
[all …]