Home
last modified time | relevance | path

Searched refs:bpf_map_lookup_and_delete_batch (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/map_tests/
H A Dhtab_map_batch_ops.c115 err = bpf_map_lookup_and_delete_batch(map_fd, NULL, &batch, keys, in __test_map_lookup_and_delete_batch()
125 err = bpf_map_lookup_and_delete_batch(map_fd, NULL, &batch, keys, in __test_map_lookup_and_delete_batch()
133 err = bpf_map_lookup_and_delete_batch(map_fd, NULL, &batch, keys, in __test_map_lookup_and_delete_batch()
221 err = bpf_map_lookup_and_delete_batch(map_fd, in __test_map_lookup_and_delete_batch()
/OK3568_Linux_fs/kernel/tools/lib/bpf/
H A Dlibbpf.map218 bpf_map_lookup_and_delete_batch;
H A Dbpf.h144 LIBBPF_API int bpf_map_lookup_and_delete_batch(int fd, void *in_batch,
H A Dbpf.c496 int bpf_map_lookup_and_delete_batch(int fd, void *in_batch, void *out_batch, in bpf_map_lookup_and_delete_batch() function