Home
last modified time | relevance | path

Searched refs:map_gen_lookup (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/net/xdp/
H A Dxskmap.c273 .map_gen_lookup = xsk_map_gen_lookup,
/openbmc/linux/kernel/bpf/
H A Darraymap.c757 .map_gen_lookup = array_map_gen_lookup,
1374 .map_gen_lookup = array_of_map_gen_lookup,
H A Dhashtab.c2266 .map_gen_lookup = htab_map_gen_lookup,
2288 .map_gen_lookup = htab_lru_map_gen_lookup,
2600 .map_gen_lookup = htab_of_map_gen_lookup,
H A Dverifier.c19184 ops->map_gen_lookup) { in do_misc_fixups()
19185 cnt = ops->map_gen_lookup(map_ptr, insn_buf); in do_misc_fixups()
/openbmc/linux/include/linux/
H A Dbpf.h114 int (*map_gen_lookup)(struct bpf_map *map, struct bpf_insn *insn_buf); member