Searched refs:bpf_map_update_batch (Results 1 – 6 of 6) sorted by relevance
/linux/tools/testing/selftests/bpf/map_tests/ |
A D | array_map_batch_ops.c | 35 err = bpf_map_update_batch(map_fd, keys, values, &max_entries, &opts); in map_batch_update()
|
A D | lpm_trie_map_batch_ops.c | 39 err = bpf_map_update_batch(map_fd, keys, values, &max_entries, &opts); in map_batch_update()
|
A D | htab_map_batch_ops.c | 36 err = bpf_map_update_batch(map_fd, keys, values, &max_entries, &opts); in map_batch_update()
|
/linux/tools/lib/bpf/ |
A D | libbpf.map | 220 bpf_map_update_batch;
|
A D | bpf.h | 150 LIBBPF_API int bpf_map_update_batch(int fd, void *keys, void *values,
|
A D | bpf.c | 620 int bpf_map_update_batch(int fd, void *keys, void *values, __u32 *count, in bpf_map_update_batch() function
|
Completed in 14 milliseconds