Home
last modified time | relevance | path

Searched defs:bpf_prog_aux (Results 1 – 5 of 5) 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-6.6/kernel/bpf/preload/iterators/
Diterators.bpf.c40 struct bpf_prog_aux { struct
50 struct bpf_prog_aux *aux; argument
/kernel/linux/linux-5.10/include/linux/
Dbpf.h841 struct bpf_prog_aux { struct
842 atomic64_t refcnt;
843 u32 used_map_cnt;
844 u32 max_ctx_offset;
845 u32 max_pkt_offset;
846 u32 max_tp_access;
847 u32 stack_depth;
848 u32 id;
849 u32 func_cnt; /* used by non-func prog as the number of func progs */
850 u32 func_idx; /* 0 for non-func prog, the index in func array for func prog */
[all …]
/kernel/linux/linux-6.6/include/linux/
Dbpf.h1409 struct bpf_prog_aux { struct
1410 atomic64_t refcnt;
1411 u32 used_map_cnt;
1412 u32 used_btf_cnt;
1413 u32 max_ctx_offset;
1414 u32 max_pkt_offset;
1415 u32 max_tp_access;
1416 u32 stack_depth;
1417 u32 id;
1418 u32 func_cnt; /* used by non-func prog as the number of func progs */
[all …]
/kernel/linux/linux-6.6/kernel/bpf/
Dhelpers.c1277 struct bpf_prog_aux *, aux) in BPF_CALL_3()