bpf_create_map     70 samples/bpf/cookie_uid_helper_example.c 	map_fd = bpf_create_map(BPF_MAP_TYPE_HASH, sizeof(uint32_t),
bpf_create_map     49 samples/bpf/fds_example.c 	return bpf_create_map(BPF_MAP_TYPE_ARRAY, sizeof(uint32_t),
bpf_create_map     40 samples/bpf/sock_example.c 	map_fd = bpf_create_map(BPF_MAP_TYPE_ARRAY, sizeof(key), sizeof(value),
bpf_create_map     67 samples/bpf/test_cgrp2_array_pin.c 		array_fd = bpf_create_map(BPF_MAP_TYPE_CGROUP_ARRAY,
bpf_create_map     92 samples/bpf/test_cgrp2_attach.c 	map_fd = bpf_create_map(BPF_MAP_TYPE_ARRAY,
bpf_create_map    108 samples/bpf/test_lru_dist.c 	lru->map_fd = bpf_create_map(BPF_MAP_TYPE_HASH,
bpf_create_map    212 samples/bpf/test_lru_dist.c 	map_fd = bpf_create_map(map_type, sizeof(unsigned long long),
bpf_create_map     62 tools/lib/bpf/bpf.h LIBBPF_API int bpf_create_map(enum bpf_map_type map_type, int key_size,
bpf_create_map    265 tools/lib/bpf/libbpf_probes.c 		fd_inner = bpf_create_map(BPF_MAP_TYPE_HASH,
bpf_create_map     56 tools/testing/selftests/bpf/prog_tests/sockmap_basic.c 	map = bpf_create_map(map_type, sizeof(int), sizeof(int), 1, 0);
bpf_create_map    224 tools/testing/selftests/bpf/test_cgroup_attach.c 		map_fd = bpf_create_map(BPF_MAP_TYPE_ARRAY, 4, 8, 1, 0);
bpf_create_map    230 tools/testing/selftests/bpf/test_cgroup_attach.c 	cgroup_storage_fd = bpf_create_map(BPF_MAP_TYPE_CGROUP_STORAGE,
bpf_create_map    237 tools/testing/selftests/bpf/test_cgroup_attach.c 	percpu_cgroup_storage_fd = bpf_create_map(
bpf_create_map     53 tools/testing/selftests/bpf/test_cgroup_storage.c 	map_fd = bpf_create_map(BPF_MAP_TYPE_CGROUP_STORAGE, sizeof(key),
bpf_create_map     60 tools/testing/selftests/bpf/test_cgroup_storage.c 	percpu_map_fd = bpf_create_map(BPF_MAP_TYPE_PERCPU_CGROUP_STORAGE,
bpf_create_map    236 tools/testing/selftests/bpf/test_lpm_map.c 	map = bpf_create_map(BPF_MAP_TYPE_LPM_TRIE,
bpf_create_map    345 tools/testing/selftests/bpf/test_lpm_map.c 	map_fd_ipv4 = bpf_create_map(BPF_MAP_TYPE_LPM_TRIE,
bpf_create_map    350 tools/testing/selftests/bpf/test_lpm_map.c 	map_fd_ipv6 = bpf_create_map(BPF_MAP_TYPE_LPM_TRIE,
bpf_create_map    434 tools/testing/selftests/bpf/test_lpm_map.c 	map_fd = bpf_create_map(BPF_MAP_TYPE_LPM_TRIE,
bpf_create_map    547 tools/testing/selftests/bpf/test_lpm_map.c 	map_fd = bpf_create_map(BPF_MAP_TYPE_LPM_TRIE, key_size, sizeof(value),
bpf_create_map    765 tools/testing/selftests/bpf/test_lpm_map.c 	map_fd = bpf_create_map(BPF_MAP_TYPE_LPM_TRIE, key_size, value_size,
bpf_create_map     33 tools/testing/selftests/bpf/test_lru_map.c 	map_fd = bpf_create_map(map_type, sizeof(unsigned long long),
bpf_create_map     42 tools/testing/selftests/bpf/test_maps.c 	fd = bpf_create_map(BPF_MAP_TYPE_HASH, sizeof(key), sizeof(value),
bpf_create_map    133 tools/testing/selftests/bpf/test_maps.c 			fd = bpf_create_map(BPF_MAP_TYPE_HASH, i, j,
bpf_create_map    155 tools/testing/selftests/bpf/test_maps.c 	fd = bpf_create_map(BPF_MAP_TYPE_PERCPU_HASH, sizeof(key),
bpf_create_map    257 tools/testing/selftests/bpf/test_maps.c 	fd = bpf_create_map(BPF_MAP_TYPE_HASH, sizeof(key), sizeof(value),
bpf_create_map    350 tools/testing/selftests/bpf/test_maps.c 	fd = bpf_create_map(BPF_MAP_TYPE_ARRAY, sizeof(key), sizeof(value),
bpf_create_map    406 tools/testing/selftests/bpf/test_maps.c 	fd = bpf_create_map(BPF_MAP_TYPE_PERCPU_ARRAY, sizeof(key),
bpf_create_map    469 tools/testing/selftests/bpf/test_maps.c 	fd = bpf_create_map(BPF_MAP_TYPE_PERCPU_ARRAY, sizeof(key),
bpf_create_map    501 tools/testing/selftests/bpf/test_maps.c 	fd = bpf_create_map(BPF_MAP_TYPE_DEVMAP, sizeof(key), sizeof(value),
bpf_create_map    516 tools/testing/selftests/bpf/test_maps.c 	fd = bpf_create_map(BPF_MAP_TYPE_DEVMAP_HASH, sizeof(key), sizeof(value),
bpf_create_map    537 tools/testing/selftests/bpf/test_maps.c 	fd = bpf_create_map(BPF_MAP_TYPE_QUEUE, 4, sizeof(val), MAP_SIZE,
bpf_create_map    541 tools/testing/selftests/bpf/test_maps.c 	fd = bpf_create_map(BPF_MAP_TYPE_QUEUE, 0, sizeof(val), MAP_SIZE,
bpf_create_map    595 tools/testing/selftests/bpf/test_maps.c 	fd = bpf_create_map(BPF_MAP_TYPE_STACK, 4, sizeof(val), MAP_SIZE,
bpf_create_map    599 tools/testing/selftests/bpf/test_maps.c 	fd = bpf_create_map(BPF_MAP_TYPE_STACK, 0, sizeof(val), MAP_SIZE,
bpf_create_map    729 tools/testing/selftests/bpf/test_maps.c 	fd = bpf_create_map(BPF_MAP_TYPE_SOCKMAP,
bpf_create_map   1153 tools/testing/selftests/bpf/test_maps.c 	fd = bpf_create_map(BPF_MAP_TYPE_HASH, sizeof(int), sizeof(int),
bpf_create_map   1241 tools/testing/selftests/bpf/test_maps.c 	fd = bpf_create_map(BPF_MAP_TYPE_HASH, sizeof(key), sizeof(value),
bpf_create_map   1345 tools/testing/selftests/bpf/test_maps.c 	fd = bpf_create_map(BPF_MAP_TYPE_HASH, sizeof(key), sizeof(value),
bpf_create_map   1395 tools/testing/selftests/bpf/test_maps.c 	fd = bpf_create_map(BPF_MAP_TYPE_HASH, sizeof(key), sizeof(value),
bpf_create_map   1418 tools/testing/selftests/bpf/test_maps.c 	fd = bpf_create_map(BPF_MAP_TYPE_HASH, sizeof(key), sizeof(value),
bpf_create_map   1534 tools/testing/selftests/bpf/test_maps.c 	map_fd = bpf_create_map(BPF_MAP_TYPE_REUSEPORT_SOCKARRAY,
bpf_create_map   1671 tools/testing/selftests/bpf/test_maps.c 	map_fd = bpf_create_map(BPF_MAP_TYPE_REUSEPORT_SOCKARRAY,
bpf_create_map    190 tools/testing/selftests/bpf/test_tag.c 	fd_map = bpf_create_map(BPF_MAP_TYPE_HASH, sizeof(int),
bpf_create_map    383 tools/testing/selftests/bpf/test_verifier.c 	fd = bpf_create_map(type, size_key, size_value, max_elem,
bpf_create_map    443 tools/testing/selftests/bpf/test_verifier.c 	mfd = bpf_create_map(BPF_MAP_TYPE_PROG_ARRAY, sizeof(int),
bpf_create_map    475 tools/testing/selftests/bpf/test_verifier.c 	inner_map_fd = bpf_create_map(BPF_MAP_TYPE_ARRAY, sizeof(int),
bpf_create_map    504 tools/testing/selftests/bpf/test_verifier.c 	fd = bpf_create_map(type, sizeof(struct bpf_cgroup_storage_key),