Searched refs:bpf_map_batch_opts (Results 1 – 5 of 5) sorted by relevance
/linux/tools/lib/bpf/ |
A D | bpf.h | 133 struct bpf_map_batch_opts { struct 142 const struct bpf_map_batch_opts *opts); argument 145 const struct bpf_map_batch_opts *opts); 149 const struct bpf_map_batch_opts *opts); 152 const struct bpf_map_batch_opts *opts);
|
A D | bpf.c | 572 const struct bpf_map_batch_opts *opts) in bpf_map_batch_common() 577 if (!OPTS_VALID(opts, bpf_map_batch_opts)) in bpf_map_batch_common() 597 const struct bpf_map_batch_opts *opts) in bpf_map_delete_batch() 605 const struct bpf_map_batch_opts *opts) in bpf_map_lookup_batch() 613 const struct bpf_map_batch_opts *opts) in bpf_map_lookup_and_delete_batch() 621 const struct bpf_map_batch_opts *opts) in bpf_map_update_batch()
|
/linux/tools/testing/selftests/bpf/map_tests/ |
A D | array_map_batch_ops.c | 19 DECLARE_LIBBPF_OPTS(bpf_map_batch_opts, opts, in map_batch_update() 84 DECLARE_LIBBPF_OPTS(bpf_map_batch_opts, opts, in __test_map_lookup_and_update_batch()
|
A D | lpm_trie_map_batch_ops.c | 27 DECLARE_LIBBPF_OPTS(bpf_map_batch_opts, opts, in map_batch_update() 80 DECLARE_LIBBPF_OPTS(bpf_map_batch_opts, opts, in test_lpm_trie_map_batch_ops()
|
A D | htab_map_batch_ops.c | 19 DECLARE_LIBBPF_OPTS(bpf_map_batch_opts, opts, in map_batch_update() 93 DECLARE_LIBBPF_OPTS(bpf_map_batch_opts, opts, in __test_map_lookup_and_delete_batch()
|
Completed in 10 milliseconds