Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/bpf/preload/iterators/
H A Diterators.bpf.c41 struct bpf_prog_aux { struct
51 struct bpf_prog_aux *aux; argument
/OK3568_Linux_fs/kernel/include/linux/
H A Dbpf.h792 struct bpf_prog_aux { struct
793 atomic64_t refcnt;
794 u32 used_map_cnt;
795 u32 max_ctx_offset;
796 u32 max_pkt_offset;
797 u32 max_tp_access;
798 u32 stack_depth;
799 u32 id;
800 u32 func_cnt; /* used by non-func prog as the number of func progs */
801 u32 func_idx; /* 0 for non-func prog, the index in func array for func prog */
[all …]