Searched refs:bpf_map_lookup_and_delete_batch (Results 1 – 6 of 6) sorted by relevance
/linux-6.6.21/tools/testing/selftests/bpf/map_tests/ |
D | htab_map_batch_ops.c | 109 err = bpf_map_lookup_and_delete_batch(map_fd, NULL, &batch, keys, in __test_map_lookup_and_delete_batch() 119 err = bpf_map_lookup_and_delete_batch(map_fd, NULL, &batch, keys, in __test_map_lookup_and_delete_batch() 127 err = bpf_map_lookup_and_delete_batch(map_fd, NULL, &batch, keys, in __test_map_lookup_and_delete_batch() 215 err = bpf_map_lookup_and_delete_batch(map_fd, in __test_map_lookup_and_delete_batch()
|
D | map_in_map_batch_ops.c | 142 ? bpf_map_lookup_and_delete_batch(outer_map_fd, in fetch_and_validate()
|
D | map_percpu_stats.c | 69 ret = bpf_map_lookup_and_delete_batch(map_fd, in delete_and_lookup_batch()
|
/linux-6.6.21/tools/lib/bpf/ |
D | libbpf.map | 129 bpf_map_lookup_and_delete_batch;
|
D | bpf.h | 237 LIBBPF_API int bpf_map_lookup_and_delete_batch(int fd, void *in_batch,
|
D | bpf.c | 559 int bpf_map_lookup_and_delete_batch(int fd, void *in_batch, void *out_batch, in bpf_map_lookup_and_delete_batch() function
|