Home
last modified time | relevance | path

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

/device/soc/rockchip/common/sdk_linux/include/linux/
Dbpf.h777 struct bpf_prog_aux { struct
778 atomic64_t refcnt;
779 u32 used_map_cnt;
780 u32 max_ctx_offset;
781 u32 max_pkt_offset;
782 u32 max_tp_access;
783 u32 stack_depth;
784 u32 id;
785 u32 func_cnt; /* used by non-func prog as the number of func progs */
786 u32 func_idx; /* 0 for non-func prog, the index in func array for func prog */
[all …]