Home
last modified time | relevance | path

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

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