Searched refs:bpf_map_batch_opts (Results 1 - 6 of 6) sorted by relevance

/linux-master/tools/testing/selftests/bpf/map_tests/
H A Dlpm_trie_map_batch_ops.c28 DECLARE_LIBBPF_OPTS(bpf_map_batch_opts, opts,
75 DECLARE_LIBBPF_OPTS(bpf_map_batch_opts, opts,
H A Darray_map_batch_ops.c20 DECLARE_LIBBPF_OPTS(bpf_map_batch_opts, opts,
78 DECLARE_LIBBPF_OPTS(bpf_map_batch_opts, opts,
H A Dhtab_map_batch_ops.c20 DECLARE_LIBBPF_OPTS(bpf_map_batch_opts, opts,
87 DECLARE_LIBBPF_OPTS(bpf_map_batch_opts, opts,
H A Dmap_in_map_batch_ops.c122 struct bpf_map_batch_opts *opts,
191 LIBBPF_OPTS(bpf_map_batch_opts, opts);
/linux-master/tools/lib/bpf/
H A Dbpf.h163 struct bpf_map_batch_opts { struct
188 const struct bpf_map_batch_opts *opts);
225 const struct bpf_map_batch_opts *opts);
255 const struct bpf_map_batch_opts *opts);
266 * In particular the *flags* parameter of *bpf_map_batch_opts* can be
300 const struct bpf_map_batch_opts *opts);
H A Dbpf.c526 const struct bpf_map_batch_opts *opts)
532 if (!OPTS_VALID(opts, bpf_map_batch_opts))
552 const struct bpf_map_batch_opts *opts)
560 const struct bpf_map_batch_opts *opts)
568 const struct bpf_map_batch_opts *opts)
576 const struct bpf_map_batch_opts *opts)

Completed in 199 milliseconds