Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Darraymap.c801 .map_update_batch = generic_map_update_batch,
823 .map_update_batch = generic_map_update_batch,
1414 .map_update_batch = generic_map_update_batch,
H A Dlpm_trie.c756 .map_update_batch = generic_map_update_batch,
H A Dhashtab.c29 .map_update_batch = \
H A Dsyscall.c5197 BPF_DO_BATCH(map->ops->map_update_batch, map, f.file, attr, uattr); in bpf_map_do_batch()
/linux/include/linux/
H A Dbpf.h97 int (*map_update_batch)(struct bpf_map *map, struct file *map_file, member