Home
last modified time | relevance | path

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

/Linux-v5.15/kernel/bpf/
Dlpm_trie.c731 .map_lookup_batch = generic_map_lookup_batch,
Darraymap.c701 .map_lookup_batch = generic_map_lookup_batch,
722 .map_lookup_batch = generic_map_lookup_batch,
Dhashtab.c22 .map_lookup_batch = \
Dsyscall.c4173 BPF_DO_BATCH(map->ops->map_lookup_batch); in bpf_map_do_batch()
/Linux-v5.15/include/linux/
Dbpf.h71 int (*map_lookup_batch)(struct bpf_map *map, const union bpf_attr *attr, member