Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/map_tests/
A Dlpm_trie_map_batch_ops.c109 err = bpf_map_lookup_batch(map_fd, in test_lpm_trie_map_batch_ops()
A Darray_map_batch_ops.c118 err = bpf_map_lookup_batch(map_fd, in __test_map_lookup_and_update_batch()
A Dhtab_map_batch_ops.c158 err = bpf_map_lookup_batch(map_fd, in __test_map_lookup_and_delete_batch()
/linux/tools/lib/bpf/
A Dlibbpf.map219 bpf_map_lookup_batch;
A Dbpf.h143 LIBBPF_API int bpf_map_lookup_batch(int fd, void *in_batch, void *out_batch,
A Dbpf.c603 int bpf_map_lookup_batch(int fd, void *in_batch, void *out_batch, void *keys, in bpf_map_lookup_batch() function
/linux/samples/bpf/
A Dxdp_sample_user.c402 ret = bpf_map_lookup_batch(map_fd, init ? &batch : NULL, &batch, in map_collect_percpu_devmap()

Completed in 12 milliseconds