Home
last modified time | relevance | path

Searched refs:bpf_map_delete_batch (Results 1 – 5 of 5) sorted by relevance

/linux-6.12.1/tools/testing/selftests/bpf/map_tests/
Dlpm_trie_map_batch_ops.c127 err = bpf_map_delete_batch(map_fd, keys + total, &count, in test_lpm_trie_map_batch_ops()
Dhtab_map_batch_ops.c188 err = bpf_map_delete_batch(map_fd, in __test_map_lookup_and_delete_batch()
/linux-6.12.1/tools/lib/bpf/
Dlibbpf.map128 bpf_map_delete_batch;
Dbpf.h186 LIBBPF_API int bpf_map_delete_batch(int fd, const void *keys,
Dbpf.c551 int bpf_map_delete_batch(int fd, const void *keys, __u32 *count, in bpf_map_delete_batch() function