Searched refs:map_gen_lookup (Results 1 – 5 of 5) sorted by relevance
266 .map_gen_lookup = xsk_map_gen_lookup,
660 .map_gen_lookup = array_map_gen_lookup,1308 .map_gen_lookup = array_of_map_gen_lookup,
1842 .map_gen_lookup = htab_map_gen_lookup,1861 .map_gen_lookup = htab_lru_map_gen_lookup,2136 .map_gen_lookup = htab_of_map_gen_lookup,
11659 ops->map_gen_lookup) { in fixup_bpf_calls()11660 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