Searched refs:bpf_map_batch_opts (Results 1 – 8 of 8) sorted by relevance
/external/libbpf/src/ |
D | bpf.h | 163 struct bpf_map_batch_opts { struct 188 const struct bpf_map_batch_opts *opts); argument 225 const struct bpf_map_batch_opts *opts); 255 const struct bpf_map_batch_opts *opts); 300 const struct bpf_map_batch_opts *opts);
|
D | bpf.c | 526 const struct bpf_map_batch_opts *opts) in bpf_map_batch_common() 532 if (!OPTS_VALID(opts, bpf_map_batch_opts)) in bpf_map_batch_common() 552 const struct bpf_map_batch_opts *opts) in bpf_map_delete_batch() 560 const struct bpf_map_batch_opts *opts) in bpf_map_lookup_batch() 568 const struct bpf_map_batch_opts *opts) in bpf_map_lookup_and_delete_batch() 576 const struct bpf_map_batch_opts *opts) in bpf_map_update_batch()
|
/external/linux-kselftest/tools/testing/selftests/bpf/map_tests/ |
D | array_map_batch_ops.c | 20 DECLARE_LIBBPF_OPTS(bpf_map_batch_opts, opts, in map_batch_update() 78 DECLARE_LIBBPF_OPTS(bpf_map_batch_opts, opts, in __test_map_lookup_and_update_batch()
|
D | lpm_trie_map_batch_ops.c | 28 DECLARE_LIBBPF_OPTS(bpf_map_batch_opts, opts, in map_batch_update() 75 DECLARE_LIBBPF_OPTS(bpf_map_batch_opts, opts, in test_lpm_trie_map_batch_ops()
|
D | map_in_map_batch_ops.c | 122 struct bpf_map_batch_opts *opts, in fetch_and_validate() 191 LIBBPF_OPTS(bpf_map_batch_opts, opts); in _map_in_map_batch_ops()
|
D | htab_map_batch_ops.c | 20 DECLARE_LIBBPF_OPTS(bpf_map_batch_opts, opts, in map_batch_update() 87 DECLARE_LIBBPF_OPTS(bpf_map_batch_opts, opts, in __test_map_lookup_and_delete_batch()
|
/external/rust/android-crates-io/crates/libbpf-rs/src/ |
D | map.rs | 518 let opts = libbpf_sys::bpf_map_batch_opts { in delete_batch() 519 sz: mem::size_of::<libbpf_sys::bpf_map_batch_opts>() as _, in delete_batch() 532 &opts as *const libbpf_sys::bpf_map_batch_opts, in delete_batch() 634 let opts = libbpf_sys::bpf_map_batch_opts { in update_batch() 635 sz: mem::size_of::<libbpf_sys::bpf_map_batch_opts>() as _, in update_batch() 649 &opts as *const libbpf_sys::bpf_map_batch_opts, in update_batch()
|
/external/rust/android-crates-io/crates/libbpf-sys/src/ |
D | bindings.rs | 4908 pub struct bpf_map_batch_opts { struct 4918 opts: *const bpf_map_batch_opts, in bpf_map_delete_batch() argument 4929 opts: *const bpf_map_batch_opts, in bpf_map_lookup_batch() argument 4940 opts: *const bpf_map_batch_opts, in bpf_map_lookup_and_delete_batch() argument 4949 opts: *const bpf_map_batch_opts, in bpf_map_update_batch() argument
|