Searched refs:bpf_map_lookup_batch (Results 1 – 7 of 7) sorted by relevance
/tools/testing/selftests/bpf/map_tests/ |
D | array_map_batch_ops.c | 112 err = bpf_map_lookup_batch(map_fd, in __test_map_lookup_and_update_batch()
|
D | lpm_trie_map_batch_ops.c | 105 err = bpf_map_lookup_batch(map_fd, in test_lpm_trie_map_batch_ops()
|
D | map_in_map_batch_ops.c | 148 : bpf_map_lookup_batch(outer_map_fd, in fetch_and_validate()
|
D | htab_map_batch_ops.c | 152 err = bpf_map_lookup_batch(map_fd, in __test_map_lookup_and_delete_batch()
|
/tools/lib/bpf/ |
D | libbpf.map | 130 bpf_map_lookup_batch;
|
D | bpf.h | 211 LIBBPF_API int bpf_map_lookup_batch(int fd, void *in_batch, void *out_batch,
|
D | bpf.c | 551 int bpf_map_lookup_batch(int fd, void *in_batch, void *out_batch, void *keys, in bpf_map_lookup_batch() function
|