Searched refs:bpf_map_lookup_batch (Results 1 - 7 of 7) sorted by last modified time

/linux-master/tools/lib/bpf/
H A Dbpf.h191 * @brief **bpf_map_lookup_batch()** allows for batch lookup of BPF map elements.
195 * to subsequent calls to **bpf_map_lookup_batch()**. NULL can be passed for
223 LIBBPF_API int bpf_map_lookup_batch(int fd, void *in_batch, void *out_batch,
H A Dbpf.c558 int bpf_map_lookup_batch(int fd, void *in_batch, void *out_batch, void *keys, function
/linux-master/tools/testing/selftests/bpf/map_tests/
H A Dmap_in_map_batch_ops.c148 : bpf_map_lookup_batch(outer_map_fd,
H A Dlpm_trie_map_batch_ops.c105 err = bpf_map_lookup_batch(map_fd,
H A Dhtab_map_batch_ops.c152 err = bpf_map_lookup_batch(map_fd,
H A Darray_map_batch_ops.c112 err = bpf_map_lookup_batch(map_fd,
/linux-master/samples/bpf/
H A Dxdp_sample_user.c401 ret = bpf_map_lookup_batch(map_fd, init ? &batch : NULL, &batch,

Completed in 235 milliseconds