Home
last modified time | relevance | path

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

/openbmc/linux/kernel/bpf/
H A Dlpm_trie.c744 .map_delete_batch = generic_map_delete_batch,
H A Dhashtab.c30 .map_delete_batch = \
H A Dsyscall.c4964 BPF_DO_BATCH(map->ops->map_delete_batch, map, attr, uattr); in bpf_map_do_batch()
/openbmc/linux/include/linux/
H A Dbpf.h94 int (*map_delete_batch)(struct bpf_map *map, const union bpf_attr *attr, member