Searched refs:bpf_map_create_opts (Results 1 - 25 of 25) sorted by relevance

/linux-master/tools/testing/selftests/bpf/map_tests/
H A Dmap_percpu_stats.c337 struct bpf_map_create_opts *map_opts,
355 static int map_create(__u32 type, const char *name, struct bpf_map_create_opts *map_opts)
362 LIBBPF_OPTS(bpf_map_create_opts, map_opts, .map_flags = BPF_F_NO_PREALLOC);
369 LIBBPF_OPTS(bpf_map_create_opts, map_opts, .map_flags = BPF_F_NO_PREALLOC);
386 LIBBPF_OPTS(bpf_map_create_opts, map_opts, .map_flags = map_flags);
393 LIBBPF_OPTS(bpf_map_create_opts, map_opts,
H A Dlpm_trie_map_batch_ops.c68 LIBBPF_OPTS(bpf_map_create_opts, create_opts, .map_flags = BPF_F_NO_PREALLOC);
H A Dmap_in_map_batch_ops.c69 LIBBPF_OPTS(bpf_map_create_opts, attr);
H A Dsk_storage_map.c22 static struct bpf_map_create_opts map_opts = {
462 struct bpf_map_create_opts bad_xattr;
/linux-master/tools/lib/bpf/
H A Dbpf_gen_internal.h61 struct bpf_map_create_opts *map_attr, int map_idx);
H A Dfeatures.c57 LIBBPF_OPTS(bpf_map_create_opts, map_opts,
216 LIBBPF_OPTS(bpf_map_create_opts, opts,
275 LIBBPF_OPTS(bpf_map_create_opts, map_opts,
H A Dbpf.h40 struct bpf_map_create_opts { struct
66 const struct bpf_map_create_opts *opts);
H A Dlibbpf_probes.c284 LIBBPF_OPTS(bpf_map_create_opts, opts);
H A Dbpf.c173 const struct bpf_map_create_opts *opts)
183 if (!OPTS_VALID(opts, bpf_map_create_opts))
H A Dgen_loader.c452 struct bpf_map_create_opts *map_attr, int map_idx)
H A Dlibbpf.c5053 LIBBPF_OPTS(bpf_map_create_opts, create_attr);
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dbloom_filter_map.c11 LIBBPF_OPTS(bpf_map_create_opts, opts);
66 LIBBPF_OPTS(bpf_map_create_opts, opts);
H A Dselect_reuseport.c68 LIBBPF_OPTS(bpf_map_create_opts, opts);
H A Dtoken.c500 LIBBPF_OPTS(bpf_map_create_opts, map_opts);
H A Dbtf.c4351 LIBBPF_OPTS(bpf_map_create_opts, opts);
4561 LIBBPF_OPTS(bpf_map_create_opts, opts);
5414 LIBBPF_OPTS(bpf_map_create_opts, opts);
/linux-master/tools/testing/selftests/bpf/
H A Dtest_lpm_map.c210 LIBBPF_OPTS(bpf_map_create_opts, opts, .map_flags = BPF_F_NO_PREALLOC);
333 LIBBPF_OPTS(bpf_map_create_opts, opts, .map_flags = BPF_F_NO_PREALLOC);
425 LIBBPF_OPTS(bpf_map_create_opts, opts, .map_flags = BPF_F_NO_PREALLOC);
534 LIBBPF_OPTS(bpf_map_create_opts, opts, .map_flags = BPF_F_NO_PREALLOC);
746 LIBBPF_OPTS(bpf_map_create_opts, opts, .map_flags = BPF_F_NO_PREALLOC);
H A Dtest_tag.c187 LIBBPF_OPTS(bpf_map_create_opts, opts, .map_flags = BPF_F_NO_PREALLOC);
H A Dtest_verifier.c549 LIBBPF_OPTS(bpf_map_create_opts, opts);
640 LIBBPF_OPTS(bpf_map_create_opts, opts);
805 LIBBPF_OPTS(bpf_map_create_opts, opts,
823 LIBBPF_OPTS(bpf_map_create_opts, opts,
843 LIBBPF_OPTS(bpf_map_create_opts, opts,
862 LIBBPF_OPTS(bpf_map_create_opts, opts,
H A Dtest_lru_map.c30 LIBBPF_OPTS(bpf_map_create_opts, opts, .map_flags = map_flags);
H A Dtest_maps.c35 static struct bpf_map_create_opts map_opts = { .sz = sizeof(map_opts) };
/linux-master/tools/testing/selftests/bpf/benchs/
H A Dbench_local_storage.c120 LIBBPF_OPTS(bpf_map_create_opts, create_opts);
/linux-master/samples/bpf/
H A Dtest_lru_dist.c204 LIBBPF_OPTS(bpf_map_create_opts, opts,
H A Dmap_perf_test_user.c136 LIBBPF_OPTS(bpf_map_create_opts, opts,
/linux-master/tools/bpf/bpftool/
H A Dfeature.c595 LIBBPF_OPTS(bpf_map_create_opts, opts);
H A Dmap.c1241 LIBBPF_OPTS(bpf_map_create_opts, attr);

Completed in 308 milliseconds