Home
last modified time | relevance | path

Searched refs:bpf_map_update_batch (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.10/tools/testing/selftests/bpf/map_tests/
Darray_map_batch_ops.c26 err = bpf_map_update_batch(map_fd, keys, values, &max_entries, &opts); in map_batch_update()
Dhtab_map_batch_ops.c36 err = bpf_map_update_batch(map_fd, keys, values, &max_entries, &opts); in map_batch_update()
/Linux-v5.10/tools/lib/bpf/
Dlibbpf.map220 bpf_map_update_batch;
Dbpf.h148 LIBBPF_API int bpf_map_update_batch(int fd, void *keys, void *values,
Dbpf.c505 int bpf_map_update_batch(int fd, void *keys, void *values, __u32 *count, in bpf_map_update_batch() function