Home
last modified time | relevance | path

Searched refs:bpf_create_map_attr (Results 1 – 16 of 16) sorted by relevance

/Linux-v5.15/tools/lib/bpf/
Dbpf_gen_internal.h33 void bpf_gen__map_create(struct bpf_gen *gen, struct bpf_create_map_attr *map_attr, int map_idx);
Dbpf.h37 struct bpf_create_map_attr { struct
56 bpf_create_map_xattr(const struct bpf_create_map_attr *create_attr); argument
Dbpf.c80 int bpf_create_map_xattr(const struct bpf_create_map_attr *create_attr) in bpf_create_map_xattr()
114 struct bpf_create_map_attr map_attr = {}; in bpf_create_map_node()
133 struct bpf_create_map_attr map_attr = {}; in bpf_create_map()
148 struct bpf_create_map_attr map_attr = {}; in bpf_create_map_name()
Dlibbpf_probes.c206 struct bpf_create_map_attr attr = {}; in bpf_probe_map_type()
Dgen_loader.c384 struct bpf_create_map_attr *map_attr, int map_idx) in bpf_gen__map_create()
Dxsk.c368 struct bpf_create_map_attr map_attr; in get_xsk_prog()
Dlibbpf.c4093 struct bpf_create_map_attr map_attr; in probe_kern_global_data()
4212 struct bpf_create_map_attr attr = { in probe_kern_array_mmap()
4270 struct bpf_create_map_attr map_attr; in probe_prog_bind_map()
4559 struct bpf_create_map_attr create_attr; in bpf_object__create_map()
/Linux-v5.15/tools/testing/selftests/bpf/map_tests/
Darray_map_batch_ops.c71 struct bpf_create_map_attr xattr = { in __test_map_lookup_and_update_batch()
Dlpm_trie_map_batch_ops.c67 struct bpf_create_map_attr xattr = { in test_lpm_trie_map_batch_ops()
Dsk_storage_map.c22 static struct bpf_create_map_attr xattr = {
466 struct bpf_create_map_attr bad_xattr; in test_sk_storage_map_basic()
Dhtab_map_batch_ops.c86 struct bpf_create_map_attr xattr = { in __test_map_lookup_and_delete_batch()
/Linux-v5.15/tools/testing/selftests/bpf/
Dtest_verifier.c649 struct bpf_create_map_attr attr = { in create_map_spin_lock()
672 struct bpf_create_map_attr attr = { in create_sk_storage_map()
Dtest_lru_map.c46 struct bpf_create_map_attr map; in bpf_map_lookup_elem_with_ref_bit()
/Linux-v5.15/tools/testing/selftests/bpf/prog_tests/
Dselect_reuseport.c69 struct bpf_create_map_attr attr = {}; in create_maps()
Dbtf.c3783 struct bpf_create_map_attr create_attr = {}; in do_test_raw()
3999 struct bpf_create_map_attr create_attr = {}; in test_btf_id()
4862 struct bpf_create_map_attr create_attr = {}; in do_test_pprint()
/Linux-v5.15/tools/bpf/bpftool/
Dmap.c1252 struct bpf_create_map_attr attr = { NULL, }; in do_create()