Home
last modified time | relevance | path

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

/openbmc/linux/kernel/bpf/
H A Darraymap.c766 .map_lookup_batch = generic_map_lookup_batch,
787 .map_lookup_batch = generic_map_lookup_batch,
1378 .map_lookup_batch = generic_map_lookup_batch,
H A Dlpm_trie.c760 .map_lookup_batch = generic_map_lookup_batch,
H A Dhashtab.c24 .map_lookup_batch = \
H A Dsyscall.c4995 BPF_DO_BATCH(map->ops->map_lookup_batch, map, attr, uattr); in bpf_map_do_batch()
/openbmc/linux/include/linux/
H A Dbpf.h84 int (*map_lookup_batch)(struct bpf_map *map, const union bpf_attr *attr, member