Home
last modified time | relevance | path

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

/tools/testing/selftests/bpf/map_tests/
A Darray_map_batch_ops.c36 err = bpf_map_update_batch(map_fd, keys, values, &max_entries, &opts); in map_batch_update()
A Dlpm_trie_map_batch_ops.c40 err = bpf_map_update_batch(map_fd, keys, values, &max_entries, &opts); in map_batch_update()
A Dmap_in_map_batch_ops.c233 ret = bpf_map_update_batch(outer_map_fd, outer_map_keys, in _map_in_map_batch_ops()
A Dhtab_map_batch_ops.c37 err = bpf_map_update_batch(map_fd, keys, values, &max_entries, &opts); in map_batch_update()
/tools/lib/bpf/
A Dlibbpf.map131 bpf_map_update_batch;
A Dbpf.h301 LIBBPF_API int bpf_map_update_batch(int fd, const void *keys, const void *values,
A Dbpf.c576 int bpf_map_update_batch(int fd, const void *keys, const void *values, __u32 *count, in bpf_map_update_batch() function

Completed in 14 milliseconds