Searched refs:bpf_map_update_batch (Results 1 – 7 of 7) sorted by relevance
/linux-6.1.9/tools/testing/selftests/bpf/map_tests/ |
D | array_map_batch_ops.c | 36 err = bpf_map_update_batch(map_fd, keys, values, &max_entries, &opts); in map_batch_update()
|
D | lpm_trie_map_batch_ops.c | 40 err = bpf_map_update_batch(map_fd, keys, values, &max_entries, &opts); in map_batch_update()
|
D | map_in_map_batch_ops.c | 213 ret = bpf_map_update_batch(outer_map_fd, outer_map_keys, in _map_in_map_batch_ops()
|
D | htab_map_batch_ops.c | 37 err = bpf_map_update_batch(map_fd, keys, values, &max_entries, &opts); in map_batch_update()
|
/linux-6.1.9/tools/lib/bpf/ |
D | libbpf.map | 131 bpf_map_update_batch;
|
D | bpf.h | 269 LIBBPF_API int bpf_map_update_batch(int fd, const void *keys, const void *values,
|
D | bpf.c | 569 int bpf_map_update_batch(int fd, const void *keys, const void *values, __u32 *count, in bpf_map_update_batch() function
|