Searched refs:bpf_map_lookup_batch (Results 1 – 7 of 7) sorted by relevance
/Linux-v5.15/tools/testing/selftests/bpf/map_tests/ |
D | array_map_batch_ops.c | 118 err = bpf_map_lookup_batch(map_fd, in __test_map_lookup_and_update_batch()
|
D | lpm_trie_map_batch_ops.c | 109 err = bpf_map_lookup_batch(map_fd, in test_lpm_trie_map_batch_ops()
|
D | htab_map_batch_ops.c | 158 err = bpf_map_lookup_batch(map_fd, in __test_map_lookup_and_delete_batch()
|
/Linux-v5.15/tools/lib/bpf/ |
D | libbpf.map | 219 bpf_map_lookup_batch;
|
D | bpf.h | 143 LIBBPF_API int bpf_map_lookup_batch(int fd, void *in_batch, void *out_batch,
|
D | bpf.c | 566 int bpf_map_lookup_batch(int fd, void *in_batch, void *out_batch, void *keys, in bpf_map_lookup_batch() function
|
/Linux-v5.15/samples/bpf/ |
D | xdp_sample_user.c | 399 ret = bpf_map_lookup_batch(map_fd, init ? &batch : NULL, &batch, in map_collect_percpu_devmap()
|