Searched refs:bpf_map_update_batch (Results 1 – 10 of 10) sorted by relevance
/external/linux-kselftest/tools/testing/selftests/bpf/map_tests/ |
D | array_map_batch_ops.c | 36 err = bpf_map_update_batch(map_fd, keys, values, &max_entries, &opts); in map_batch_update()
|
D | lpm_trie_map_batch_ops.c | 40 err = bpf_map_update_batch(map_fd, keys, values, &max_entries, &opts); in map_batch_update()
|
D | map_in_map_batch_ops.c | 213 ret = bpf_map_update_batch(outer_map_fd, outer_map_keys, in _map_in_map_batch_ops()
|
D | htab_map_batch_ops.c | 37 err = bpf_map_update_batch(map_fd, keys, values, &max_entries, &opts); in map_batch_update()
|
/external/libbpf/src/ |
D | libbpf.map | 131 bpf_map_update_batch;
|
D | bpf.h | 298 LIBBPF_API int bpf_map_update_batch(int fd, const void *keys, const void *values,
|
D | bpf.c | 575 int bpf_map_update_batch(int fd, const void *keys, const void *values, __u32 *count, in bpf_map_update_batch() function
|
/external/rust/android-crates-io/crates/libbpf-rs/src/ |
D | map.rs | 644 libbpf_sys::bpf_map_update_batch( in update_batch()
|
/external/bcc/src/cc/ |
D | libbpf.c | 449 return bpf_map_update_batch(fd, keys, values, count, NULL); in bpf_update_batch()
|
/external/rust/android-crates-io/crates/libbpf-sys/src/ |
D | bindings.rs | 4944 pub fn bpf_map_update_batch( in bpf_map_update_batch() function
|