Searched refs:map_gen_lookup (Results 1 – 5 of 5) sorted by relevance
266 .map_gen_lookup = xsk_map_gen_lookup,
654 .map_gen_lookup = array_map_gen_lookup,1302 .map_gen_lookup = array_of_map_gen_lookup,
1840 .map_gen_lookup = htab_map_gen_lookup,1859 .map_gen_lookup = htab_lru_map_gen_lookup,2134 .map_gen_lookup = htab_of_map_gen_lookup,
11628 ops->map_gen_lookup) { in fixup_bpf_calls()11629 cnt = ops->map_gen_lookup(map_ptr, insn_buf); in fixup_bpf_calls()
86 int (*map_gen_lookup)(struct bpf_map *map, struct bpf_insn *insn_buf); member