Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/map_tests/
A Darray_map_batch_ops.c35 err = bpf_map_update_batch(map_fd, keys, values, &max_entries, &opts); in map_batch_update()
A Dlpm_trie_map_batch_ops.c39 err = bpf_map_update_batch(map_fd, keys, values, &max_entries, &opts); in map_batch_update()
A Dhtab_map_batch_ops.c36 err = bpf_map_update_batch(map_fd, keys, values, &max_entries, &opts); in map_batch_update()
/linux/tools/lib/bpf/
A Dlibbpf.map220 bpf_map_update_batch;
A Dbpf.h150 LIBBPF_API int bpf_map_update_batch(int fd, void *keys, void *values,
A Dbpf.c620 int bpf_map_update_batch(int fd, void *keys, void *values, __u32 *count, in bpf_map_update_batch() function

Completed in 14 milliseconds