Home
last modified time | relevance | path

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

/linux-6.6.21/kernel/bpf/preload/iterators/
Diterators.bpf.c40 struct bpf_prog_aux { struct
50 struct bpf_prog_aux *aux; argument
/linux-6.6.21/include/linux/
Dbpf.h1389 struct bpf_prog_aux { struct
1390 atomic64_t refcnt;
1391 u32 used_map_cnt;
1392 u32 used_btf_cnt;
1393 u32 max_ctx_offset;
1394 u32 max_pkt_offset;
1395 u32 max_tp_access;
1396 u32 stack_depth;
1397 u32 id;
1398 u32 func_cnt; /* used by non-func prog as the number of func progs */
[all …]
/linux-6.6.21/kernel/bpf/
Dhelpers.c1225 struct bpf_prog_aux *, aux) in BPF_CALL_3()