Home
last modified time | relevance | path

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

/linux-6.1.9/net/xdp/
Dxskmap.c265 .map_gen_lookup = xsk_map_gen_lookup,
/linux-6.1.9/kernel/bpf/
Darraymap.c744 .map_gen_lookup = array_map_gen_lookup,
1387 .map_gen_lookup = array_of_map_gen_lookup,
Dhashtab.c2201 .map_gen_lookup = htab_map_gen_lookup,
2222 .map_gen_lookup = htab_lru_map_gen_lookup,
2531 .map_gen_lookup = htab_of_map_gen_lookup,
Dverifier.c14233 ops->map_gen_lookup) { in do_misc_fixups()
14234 cnt = ops->map_gen_lookup(map_ptr, insn_buf); in do_misc_fixups()
/linux-6.1.9/include/linux/
Dbpf.h106 int (*map_gen_lookup)(struct bpf_map *map, struct bpf_insn *insn_buf); member