Home
last modified time | relevance | path

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

/linux/kernel/bpf/preload/iterators/
A Diterators.bpf.c40 struct bpf_prog_aux { struct
50 struct bpf_prog_aux *aux; argument
/linux/include/linux/
A Dbpf.h852 atomic64_t refcnt;
853 u32 used_map_cnt;
854 u32 used_btf_cnt;
858 u32 stack_depth;
859 u32 id;
877 bool sleepable;
902 void *security;
905 struct btf *btf;
924 u32 nr_linfo;
929 u32 linfo_idx;
[all …]
/linux/kernel/bpf/
A Dhelpers.c1153 struct bpf_prog_aux *, aux) in BPF_CALL_3()

Completed in 15 milliseconds