Home
last modified time | relevance | path

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

/Linux-v5.10/tools/lib/bpf/
Dbpf.h37 struct bpf_create_map_attr { struct
56 bpf_create_map_xattr(const struct bpf_create_map_attr *create_attr); argument
Dbpf.c79 int bpf_create_map_xattr(const struct bpf_create_map_attr *create_attr) in bpf_create_map_xattr()
111 struct bpf_create_map_attr map_attr = {}; in bpf_create_map_node()
130 struct bpf_create_map_attr map_attr = {}; in bpf_create_map()
145 struct bpf_create_map_attr map_attr = {}; in bpf_create_map_name()
Dlibbpf_probes.c204 struct bpf_create_map_attr attr = {}; in bpf_probe_map_type()
Dlibbpf.c3755 struct bpf_create_map_attr map_attr; in probe_kern_global_data()
3862 struct bpf_create_map_attr attr = { in probe_kern_array_mmap()
3920 struct bpf_create_map_attr map_attr; in probe_prog_bind_map()
4123 struct bpf_create_map_attr create_attr; in bpf_object__create_map()
/Linux-v5.10/tools/testing/selftests/bpf/map_tests/
Darray_map_batch_ops.c49 struct bpf_create_map_attr xattr = { in test_array_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.10/tools/testing/selftests/bpf/
Dtest_verifier.c572 struct bpf_create_map_attr attr = { in create_map_spin_lock()
595 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.10/tools/testing/selftests/bpf/prog_tests/
Dselect_reuseport.c69 struct bpf_create_map_attr attr = {}; in create_maps()
Dbtf.c3632 struct bpf_create_map_attr create_attr = {}; in do_test_raw()
3848 struct bpf_create_map_attr create_attr = {}; in test_btf_id()
4707 struct bpf_create_map_attr create_attr = {}; in do_test_pprint()
/Linux-v5.10/tools/bpf/bpftool/
Dmap.c1251 struct bpf_create_map_attr attr = { NULL, }; in do_create()