Home
last modified time | relevance | path

Searched refs:map_delete_batch (Results 1 – 3 of 3) sorted by relevance

/linux/kernel/bpf/
H A Dhashtab.c33 .map_delete_batch = \
H A Dsyscall.c5783 BPF_DO_BATCH(map->ops->map_delete_batch, map, attr, uattr); in bpf_map_do_batch()
/linux/include/linux/
H A Dbpf.h106 int (*map_delete_batch)(struct bpf_map *map, const union bpf_attr *attr, member