Home
last modified time | relevance | path

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

/linux-5.19.10/net/xdp/
Dxskmap.c265 .map_gen_lookup = xsk_map_gen_lookup,
/linux-5.19.10/kernel/bpf/
Darraymap.c729 .map_gen_lookup = array_map_gen_lookup,
1372 .map_gen_lookup = array_of_map_gen_lookup,
Dhashtab.c2159 .map_gen_lookup = htab_map_gen_lookup,
2180 .map_gen_lookup = htab_lru_map_gen_lookup,
2489 .map_gen_lookup = htab_of_map_gen_lookup,
Dverifier.c14087 ops->map_gen_lookup) { in do_misc_fixups()
14088 cnt = ops->map_gen_lookup(map_ptr, insn_buf); in do_misc_fixups()
/linux-5.19.10/include/linux/
Dbpf.h98 int (*map_gen_lookup)(struct bpf_map *map, struct bpf_insn *insn_buf); member