Home
last modified time | relevance | path

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

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