Home
last modified time | relevance | path

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

/linux-6.6.21/kernel/bpf/
Darraymap.c764 .map_update_batch = generic_map_update_batch,
785 .map_update_batch = generic_map_update_batch,
1376 .map_update_batch = generic_map_update_batch,
Dlpm_trie.c743 .map_update_batch = generic_map_update_batch,
Dhashtab.c28 .map_update_batch = \
Dsyscall.c4924 BPF_DO_BATCH(map->ops->map_update_batch, map, f.file, attr, uattr); in bpf_map_do_batch()
/linux-6.6.21/include/linux/
Dbpf.h91 int (*map_update_batch)(struct bpf_map *map, struct file *map_file, member