Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/map_tests/
A 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()
A Dlpm_trie_map_batch_ops.c86 map_fd = bpf_create_map_xattr(&xattr); in test_lpm_trie_map_batch_ops()
A Darray_map_batch_ops.c90 map_fd = bpf_create_map_xattr(&xattr); in __test_map_lookup_and_update_batch()
A Dhtab_map_batch_ops.c99 map_fd = bpf_create_map_xattr(&xattr); in __test_map_lookup_and_delete_batch()
/linux/tools/lib/bpf/
A Dbpf.c120 int bpf_create_map_xattr(const struct bpf_create_map_attr *create_attr) in bpf_create_map_xattr() function
161 return bpf_create_map_xattr(&map_attr); in bpf_create_map_node()
175 return bpf_create_map_xattr(&map_attr); in bpf_create_map()
191 return bpf_create_map_xattr(&map_attr); in bpf_create_map_name()
A Dlibbpf.map9 bpf_create_map_xattr;
A Dlibbpf_probes.c303 fd = bpf_create_map_xattr(&attr); in bpf_probe_map_type()
A Dbpf.h56 bpf_create_map_xattr(const struct bpf_create_map_attr *create_attr);
A Dxsk.c386 map_fd = bpf_create_map_xattr(&map_attr); in get_xsk_prog()
A Dlibbpf.c4353 map = bpf_create_map_xattr(&map_attr); in probe_kern_global_data()
4481 return probe_fd(bpf_create_map_xattr(&attr)); in probe_kern_array_mmap()
4545 map = bpf_create_map_xattr(&map_attr); in probe_prog_bind_map()
/linux/tools/testing/selftests/bpf/
A Dtest_verifier.c681 fd = bpf_create_map_xattr(&attr); in create_map_spin_lock()
705 fd = bpf_create_map_xattr(&attr); in create_sk_storage_map()
729 fd = bpf_create_map_xattr(&attr); in create_map_timer()
A Dtest_lru_map.c73 mfd = bpf_create_map_xattr(&map); in bpf_map_lookup_elem_with_ref_bit()
/linux/tools/testing/selftests/bpf/prog_tests/
A Dselect_reuseport.c80 reuseport_array = bpf_create_map_xattr(&attr); in create_maps()
91 outer_map = bpf_create_map_xattr(&attr); in create_maps()
A Dbtf.c4114 map_fd = bpf_create_map_xattr(&create_attr); in do_test_raw()
4352 map_fd = bpf_create_map_xattr(&create_attr); in test_btf_id()
5186 map_fd = bpf_create_map_xattr(&create_attr); in do_test_pprint()
/linux/tools/bpf/bpftool/
A Dmap.c1349 fd = bpf_create_map_xattr(&attr); in do_create()

Completed in 58 milliseconds