Searched refs:bpf_map_lookup_batch (Results 1 - 11 of 11) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/map_tests/ |
H A D | array_map_batch_ops.c | 95 err = bpf_map_lookup_batch(map_fd, in test_array_map_batch_ops()
|
H A D | htab_map_batch_ops.c | 158 err = bpf_map_lookup_batch(map_fd, in __test_map_lookup_and_delete_batch()
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/map_tests/ |
H A D | lpm_trie_map_batch_ops.c | 105 err = bpf_map_lookup_batch(map_fd, in test_lpm_trie_map_batch_ops()
|
H A D | array_map_batch_ops.c | 112 err = bpf_map_lookup_batch(map_fd, in __test_map_lookup_and_update_batch()
|
H A D | map_in_map_batch_ops.c | 148 : bpf_map_lookup_batch(outer_map_fd, in fetch_and_validate()
|
H A D | htab_map_batch_ops.c | 152 err = bpf_map_lookup_batch(map_fd, in __test_map_lookup_and_delete_batch()
|
/kernel/linux/linux-5.10/tools/lib/bpf/ |
H A D | bpf.h | 141 LIBBPF_API int bpf_map_lookup_batch(int fd, void *in_batch, void *out_batch,
|
H A D | bpf.c | 488 int bpf_map_lookup_batch(int fd, void *in_batch, void *out_batch, void *keys, in bpf_map_lookup_batch() function
|
/kernel/linux/linux-6.6/tools/lib/bpf/ |
H A D | bpf.h | 183 * @brief **bpf_map_lookup_batch()** allows for batch lookup of BPF map elements. 187 * calls to **bpf_map_lookup_batch()**. NULL can be passed for *in_batch* to indicate 211 LIBBPF_API int bpf_map_lookup_batch(int fd, void *in_batch, void *out_batch,
|
H A 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
|
/kernel/linux/linux-6.6/samples/bpf/ |
H A D | xdp_sample_user.c | 401 ret = bpf_map_lookup_batch(map_fd, init ? &batch : NULL, &batch, in map_collect_percpu_devmap()
|
Completed in 11 milliseconds