Searched refs:bpf_map_lookup_and_delete_batch (Results 1 - 5 of 5) sorted by relevance

/linux-master/tools/testing/selftests/bpf/map_tests/
H A Dhtab_map_batch_ops.c109 err = bpf_map_lookup_and_delete_batch(map_fd, NULL, &batch, keys,
119 err = bpf_map_lookup_and_delete_batch(map_fd, NULL, &batch, keys,
127 err = bpf_map_lookup_and_delete_batch(map_fd, NULL, &batch, keys,
215 err = bpf_map_lookup_and_delete_batch(map_fd,
H A Dmap_in_map_batch_ops.c142 ? bpf_map_lookup_and_delete_batch(outer_map_fd,
H A Dmap_percpu_stats.c69 ret = bpf_map_lookup_and_delete_batch(map_fd,
79 CHECK(ret < 0 && (errno != ENOENT || !count), "bpf_map_lookup_and_delete_batch",
83 "bpf_map_lookup_and_delete_batch",
/linux-master/tools/lib/bpf/
H A Dbpf.h228 * @brief **bpf_map_lookup_and_delete_batch()** allows for batch lookup and deletion
252 LIBBPF_API int bpf_map_lookup_and_delete_batch(int fd, void *in_batch,
H A Dbpf.c566 int bpf_map_lookup_and_delete_batch(int fd, void *in_batch, void *out_batch, function

Completed in 147 milliseconds