Searched refs:map_gen_lookup (Results 1 – 5 of 5) sorted by relevance
| /linux/net/xdp/ |
| H A D | xskmap.c | 277 .map_gen_lookup = xsk_map_gen_lookup,
|
| /linux/kernel/bpf/ |
| H A D | arraymap.c | 868 .map_gen_lookup = array_map_gen_lookup, 892 .map_gen_lookup = percpu_array_map_gen_lookup, 1514 .map_gen_lookup = array_of_map_gen_lookup,
|
| H A D | hashtab.c | 2368 .map_gen_lookup = htab_map_gen_lookup, 2391 .map_gen_lookup = htab_lru_map_gen_lookup, 2567 .map_gen_lookup = htab_percpu_map_gen_lookup, 2738 .map_gen_lookup = htab_of_map_gen_lookup, 3525 .map_gen_lookup = rhtab_map_gen_lookup,
|
| H A D | fixups.c | 2064 ops->map_gen_lookup) { in bpf_do_misc_fixups() 2065 cnt = ops->map_gen_lookup(map_ptr, insn_buf); in bpf_do_misc_fixups()
|
| /linux/include/linux/ |
| H A D | bpf.h | 127 int (*map_gen_lookup)(struct bpf_map *map, struct bpf_insn *insn_buf); member
|