Home
last modified time | relevance | path

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

/openbmc/linux/kernel/bpf/preload/iterators/
H A Diterators.bpf.c40 struct bpf_prog_aux { struct
50 struct bpf_prog_aux *aux; argument
/openbmc/linux/include/linux/
H A Dbpf.h1404 atomic64_t refcnt;
1405 u32 used_map_cnt;
1406 u32 used_btf_cnt;
1410 u32 stack_depth;
1411 u32 id;
1430 bool sleepable;
1456 void *security;
1459 struct btf *btf;
1478 u32 nr_linfo;
1483 u32 linfo_idx;
[all …]
/openbmc/linux/kernel/bpf/
H A Dhelpers.c1271 struct bpf_prog_aux *, aux) in BPF_CALL_3()