Home
last modified time | relevance | path

Searched refs:bpf_create_map_xattr (Results 1 – 11 of 11) sorted by relevance

/Linux-v5.4/tools/testing/selftests/bpf/map_tests/
Dsk_storage_map.c155 map_fd = bpf_create_map_xattr(&xattr); in create_sk_storage_map()
478 map_fd = bpf_create_map_xattr(&xattr); in test_sk_storage_map_basic()
565 err = bpf_create_map_xattr(&bad_xattr); in test_sk_storage_map_basic()
571 err = bpf_create_map_xattr(&bad_xattr); in test_sk_storage_map_basic()
577 err = bpf_create_map_xattr(&bad_xattr); in test_sk_storage_map_basic()
583 err = bpf_create_map_xattr(&bad_xattr); in test_sk_storage_map_basic()
/Linux-v5.4/tools/lib/bpf/
Dbpf.c79 int bpf_create_map_xattr(const struct bpf_create_map_attr *create_attr) in bpf_create_map_xattr() function
120 return bpf_create_map_xattr(&map_attr); in bpf_create_map_node()
134 return bpf_create_map_xattr(&map_attr); in bpf_create_map()
150 return bpf_create_map_xattr(&map_attr); in bpf_create_map_name()
Dlibbpf.map9 bpf_create_map_xattr;
Dbpf.h55 bpf_create_map_xattr(const struct bpf_create_map_attr *create_attr);
Dlibbpf_probes.c286 fd = bpf_create_map_xattr(&attr); in bpf_probe_map_type()
Dlibbpf.c2005 map = bpf_create_map_xattr(&map_attr); in bpf_object__probe_global_data()
2188 *pfd = bpf_create_map_xattr(&create_attr); in bpf_object__create_maps()
2200 *pfd = bpf_create_map_xattr(&create_attr); in bpf_object__create_maps()
/Linux-v5.4/tools/testing/selftests/bpf/
Dtest_select_reuseport.c69 reuseport_array = bpf_create_map_xattr(&attr); in create_maps()
80 outer_map = bpf_create_map_xattr(&attr); in create_maps()
Dtest_verifier.c584 fd = bpf_create_map_xattr(&attr); in create_map_spin_lock()
608 fd = bpf_create_map_xattr(&attr); in create_sk_storage_map()
Dtest_lru_map.c73 mfd = bpf_create_map_xattr(&map); in bpf_map_lookup_elem_with_ref_bit()
Dtest_btf.c3679 map_fd = bpf_create_map_xattr(&create_attr); in do_test_raw()
3942 map_fd = bpf_create_map_xattr(&create_attr); in test_btf_id()
4802 map_fd = bpf_create_map_xattr(&create_attr); in do_test_pprint()
/Linux-v5.4/tools/bpf/bpftool/
Dmap.c1206 fd = bpf_create_map_xattr(&attr); in do_create()