Searched refs:bpf_map_batch_opts (Results 1 – 6 of 6) sorted by relevance
/Linux-v6.1/tools/lib/bpf/ |
D | bpf.h | 141 struct bpf_map_batch_opts { struct 166 const struct bpf_map_batch_opts *opts); argument 199 const struct bpf_map_batch_opts *opts); 226 const struct bpf_map_batch_opts *opts); 271 const struct bpf_map_batch_opts *opts);
|
D | bpf.c | 520 const struct bpf_map_batch_opts *opts) in bpf_map_batch_common() 526 if (!OPTS_VALID(opts, bpf_map_batch_opts)) in bpf_map_batch_common() 546 const struct bpf_map_batch_opts *opts) in bpf_map_delete_batch() 554 const struct bpf_map_batch_opts *opts) in bpf_map_lookup_batch() 562 const struct bpf_map_batch_opts *opts) in bpf_map_lookup_and_delete_batch() 570 const struct bpf_map_batch_opts *opts) in bpf_map_update_batch()
|
/Linux-v6.1/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()
|