Searched refs:map_update_batch (Results 1 – 5 of 5) sorted by relevance
/linux/kernel/bpf/ |
H A D | arraymap.c | 804 .map_update_batch = generic_map_update_batch, 826 .map_update_batch = generic_map_update_batch, 1417 .map_update_batch = generic_map_update_batch,
|
H A D | lpm_trie.c | 756 .map_update_batch = generic_map_update_batch,
|
H A D | hashtab.c | 29 .map_update_batch = \
|
H A D | syscall.c | 5162 BPF_DO_BATCH(map->ops->map_update_batch, map, fd_file(f), attr, uattr); in bpf_map_do_batch()
|
/linux/include/linux/ |
H A D | bpf.h | 97 int (*map_update_batch)(struct bpf_map *map, struct file *map_file, member
|