Home
last modified time | relevance | path

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

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