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.h1392 atomic64_t refcnt;
1393 u32 used_map_cnt;
1394 u32 used_btf_cnt;
1398 u32 stack_depth;
1399 u32 id;
1418 bool sleepable;
1444 void *security;
1447 struct btf *btf;
1466 u32 nr_linfo;
1471 u32 linfo_idx;
[all …]
/openbmc/linux/kernel/bpf/
H A Dhelpers.c1225 struct bpf_prog_aux *, aux) in BPF_CALL_3()