Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/kernel/bpf/preload/iterators/
Diterators.bpf.c41 struct bpf_prog_aux { struct
51 struct bpf_prog_aux *aux; argument
/kernel/linux/linux-5.10/include/linux/
Dbpf.h836 struct bpf_prog_aux { struct
837 atomic64_t refcnt;
838 u32 used_map_cnt;
839 u32 max_ctx_offset;
840 u32 max_pkt_offset;
841 u32 max_tp_access;
842 u32 stack_depth;
843 u32 id;
844 u32 func_cnt; /* used by non-func prog as the number of func progs */
845 u32 func_idx; /* 0 for non-func prog, the index in func array for func prog */
[all …]
/kernel/linux/linux-4.19/include/linux/
Dbpf.h275 struct bpf_prog_aux { struct
276 atomic_t refcnt;
277 u32 used_map_cnt;
278 u32 max_ctx_offset;
279 u32 stack_depth;
280 u32 id;
281 u32 func_cnt;
282 bool offload_requested;
283 struct bpf_prog **func;
284 void *jit_data; /* JIT specific data. arch dependent */
[all …]