Searched refs:bpf_map_update_batch (Results 1 - 6 of 6) sorted by relevance

/linux-master/tools/testing/selftests/bpf/map_tests/
H A Dlpm_trie_map_batch_ops.c40 err = bpf_map_update_batch(map_fd, keys, values, &max_entries, &opts);
41 CHECK(err, "bpf_map_update_batch()", "error:%s\n", strerror(errno));
H A Darray_map_batch_ops.c36 err = bpf_map_update_batch(map_fd, keys, values, &max_entries, &opts);
37 CHECK(err, "bpf_map_update_batch()", "error:%s\n", strerror(errno));
H A Dhtab_map_batch_ops.c37 err = bpf_map_update_batch(map_fd, keys, values, &max_entries, &opts);
38 CHECK(err, "bpf_map_update_batch()", "error:%s\n", strerror(errno));
H A Dmap_in_map_batch_ops.c213 ret = bpf_map_update_batch(outer_map_fd, outer_map_keys,
/linux-master/tools/lib/bpf/
H A Dbpf.h258 * @brief **bpf_map_update_batch()** updates multiple elements in a map
264 * The *opts* parameter can be used to control how *bpf_map_update_batch()*
298 LIBBPF_API int bpf_map_update_batch(int fd, const void *keys, const void *values,
H A Dbpf.c575 int bpf_map_update_batch(int fd, const void *keys, const void *values, __u32 *count, function

Completed in 154 milliseconds