Home
last modified time | relevance | path

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

/tools/testing/selftests/bpf/map_tests/
Dlpm_trie_map_batch_ops.c109 err = bpf_map_lookup_batch(map_fd, in test_lpm_trie_map_batch_ops()
Darray_map_batch_ops.c118 err = bpf_map_lookup_batch(map_fd, in __test_map_lookup_and_update_batch()
Dhtab_map_batch_ops.c158 err = bpf_map_lookup_batch(map_fd, in __test_map_lookup_and_delete_batch()
/tools/lib/bpf/
Dlibbpf.map219 bpf_map_lookup_batch;
Dbpf.h143 LIBBPF_API int bpf_map_lookup_batch(int fd, void *in_batch, void *out_batch,
Dbpf.c568 int bpf_map_lookup_batch(int fd, void *in_batch, void *out_batch, void *keys, in bpf_map_lookup_batch() function