Home
last modified time | relevance | path

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

/Linux-v6.1/kernel/bpf/
Darraymap.c750 .map_lookup_batch = generic_map_lookup_batch,
770 .map_lookup_batch = generic_map_lookup_batch,
1388 .map_lookup_batch = generic_map_lookup_batch,
Dlpm_trie.c732 .map_lookup_batch = generic_map_lookup_batch,
Dhashtab.c24 .map_lookup_batch = \
Dsyscall.c4503 BPF_DO_BATCH(map->ops->map_lookup_batch); in bpf_map_do_batch()
/Linux-v6.1/include/linux/
Dbpf.h81 int (*map_lookup_batch)(struct bpf_map *map, const union bpf_attr *attr, member