Home
last modified time | relevance | path

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

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