Searched refs:bpf_map_delete_batch (Results 1 - 4 of 4) sorted by relevance

/linux-master/tools/testing/selftests/bpf/map_tests/
H A Dlpm_trie_map_batch_ops.c127 err = bpf_map_delete_batch(map_fd, keys + total, &count,
H A Dhtab_map_batch_ops.c188 err = bpf_map_delete_batch(map_fd,
/linux-master/tools/lib/bpf/
H A Dbpf.h172 * @brief **bpf_map_delete_batch()** allows for batch deletion of multiple
186 LIBBPF_API int bpf_map_delete_batch(int fd, const void *keys,
H A Dbpf.c551 int bpf_map_delete_batch(int fd, const void *keys, __u32 *count, function

Completed in 129 milliseconds