Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/map_tests/
H A Darray_map_batch_ops.c112 err = bpf_map_lookup_batch(map_fd, in __test_map_lookup_and_update_batch()
H A Dlpm_trie_map_batch_ops.c105 err = bpf_map_lookup_batch(map_fd, in test_lpm_trie_map_batch_ops()
H A Dmap_in_map_batch_ops.c148 : bpf_map_lookup_batch(outer_map_fd, in fetch_and_validate()
H A Dhtab_map_batch_ops.c152 err = bpf_map_lookup_batch(map_fd, in __test_map_lookup_and_delete_batch()
/openbmc/linux/tools/lib/bpf/
H A Dlibbpf.map130 bpf_map_lookup_batch;
H A Dbpf.h211 LIBBPF_API int bpf_map_lookup_batch(int fd, void *in_batch, void *out_batch,
H A Dbpf.c551 int bpf_map_lookup_batch(int fd, void *in_batch, void *out_batch, void *keys, in bpf_map_lookup_batch() function
/openbmc/linux/samples/bpf/
H A Dxdp_sample_user.c401 ret = bpf_map_lookup_batch(map_fd, init ? &batch : NULL, &batch, in map_collect_percpu_devmap()