Searched refs:bpf_map_lookup_batch (Results 1 – 6 of 6) sorted by relevance
/linux/tools/testing/selftests/bpf/map_tests/ |
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()
|
/linux/tools/lib/bpf/ |
H A D | libbpf.map | 130 bpf_map_lookup_batch;
|
H A D | bpf.h | 226 LIBBPF_API int bpf_map_lookup_batch(int fd, void *in_batch, void *out_batch,
|
H A D | bpf.c | 559 int bpf_map_lookup_batch(int fd, void *in_batch, void *out_batch, void *keys, in bpf_map_lookup_batch() function
|
/linux/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()
|