Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dbpf_verifier.h617 struct bpf_map *used_maps[MAX_USED_MAPS]; /* array of map's used by eBPF program */ member
H A Dbpf.h1445 struct bpf_map **used_maps; member
/openbmc/linux/kernel/bpf/
H A Dcore.c2694 struct bpf_map **used_maps, u32 len) in __bpf_free_used_maps()