Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/map_tests/
H A Darray_map_batch_ops.c95 err = bpf_map_lookup_batch(map_fd, in test_array_map_batch_ops()
H A Dhtab_map_batch_ops.c158 err = bpf_map_lookup_batch(map_fd, in __test_map_lookup_and_delete_batch()
/OK3568_Linux_fs/kernel/tools/lib/bpf/
H A Dlibbpf.map219 bpf_map_lookup_batch;
H A Dbpf.h141 LIBBPF_API int bpf_map_lookup_batch(int fd, void *in_batch, void *out_batch,
H A Dbpf.c488 int bpf_map_lookup_batch(int fd, void *in_batch, void *out_batch, void *keys, in bpf_map_lookup_batch() function