Searched refs:map_gen_lookup (Results 1 – 5 of 5) sorted by relevance
/linux/net/xdp/ |
H A D | xskmap.c | 273 .map_gen_lookup = xsk_map_gen_lookup,
|
/linux/kernel/bpf/ |
H A D | arraymap.c | 795 .map_gen_lookup = array_map_gen_lookup, 817 .map_gen_lookup = percpu_array_map_gen_lookup, 1435 .map_gen_lookup = array_of_map_gen_lookup,
|
H A D | hashtab.c | 2301 .map_gen_lookup = htab_map_gen_lookup, 2323 .map_gen_lookup = htab_lru_map_gen_lookup, 2492 .map_gen_lookup = htab_percpu_map_gen_lookup, 2662 .map_gen_lookup = htab_of_map_gen_lookup,
|
H A D | verifier.c | 21597 ops->map_gen_lookup) { in do_misc_fixups() 21598 cnt = ops->map_gen_lookup(map_ptr, insn_buf); in do_misc_fixups()
|
/linux/include/linux/ |
H A D | bpf.h | 120 int (*map_gen_lookup)(struct bpf_map *map, struct bpf_insn *insn_buf); member
|