Home
last modified time | relevance | path

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

/Linux-v5.4/tools/lib/bpf/
Dbpf.h39 struct bpf_create_map_attr { struct
55 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()
107 struct bpf_create_map_attr map_attr = {}; in bpf_create_map_node()
126 struct bpf_create_map_attr map_attr = {}; in bpf_create_map()
141 struct bpf_create_map_attr map_attr = {}; in bpf_create_map_name()
Dlibbpf_probes.c197 struct bpf_create_map_attr attr = {}; in bpf_probe_map_type()
Dlibbpf.c1989 struct bpf_create_map_attr map_attr; in bpf_object__probe_global_data()
2135 struct bpf_create_map_attr create_attr = {}; in bpf_object__create_maps()
/Linux-v5.4/tools/testing/selftests/bpf/map_tests/
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()
/Linux-v5.4/tools/testing/selftests/bpf/
Dtest_verifier.c569 struct bpf_create_map_attr attr = { in create_map_spin_lock()
592 struct bpf_create_map_attr attr = { in create_sk_storage_map()
Dtest_select_reuseport.c60 struct bpf_create_map_attr attr = {}; in create_maps()
Dtest_lru_map.c46 struct bpf_create_map_attr map; in bpf_map_lookup_elem_with_ref_bit()
Dtest_btf.c3628 struct bpf_create_map_attr create_attr = {}; in do_test_raw()
3868 struct bpf_create_map_attr create_attr = {}; in test_btf_id()
4759 struct bpf_create_map_attr create_attr = {}; in do_test_pprint()
/Linux-v5.4/tools/bpf/bpftool/
Dmap.c1133 struct bpf_create_map_attr attr = { NULL, }; in do_create()