Home
last modified time | relevance | path

Searched defs:map_type (Results 1 – 19 of 19) sorted by relevance

/tools/testing/selftests/bpf/
Dtest_lru_map.c29 static int create_map(int map_type, int map_flags, unsigned int size) in create_map()
159 static void test_lru_sanity0(int map_type, int map_flags) in test_lru_sanity0()
256 static void test_lru_sanity1(int map_type, int map_flags, unsigned int tgt_free) in test_lru_sanity1()
332 static void test_lru_sanity2(int map_type, int map_flags, unsigned int tgt_free) in test_lru_sanity2()
440 static void test_lru_sanity3(int map_type, int map_flags, unsigned int tgt_free) in test_lru_sanity3()
504 static void test_lru_sanity4(int map_type, int map_flags, unsigned int tgt_free) in test_lru_sanity4()
581 static void test_lru_sanity5(int map_type, int map_flags) in test_lru_sanity5()
628 static void test_lru_sanity6(int map_type, int map_flags, int tgt_free) in test_lru_sanity6()
695 static void test_lru_sanity7(int map_type, int map_flags) in test_lru_sanity7()
791 static void test_lru_sanity8(int map_type, int map_flags) in test_lru_sanity8()
Dtest_maps.c1566 static void test_map_wronly_stack_or_queue(enum bpf_map_type map_type) in test_map_wronly_stack_or_queue()
Dtest_verifier.c453 static bool skip_unsupported_map(enum bpf_map_type map_type) in skip_unsupported_map()
/tools/testing/selftests/bpf/prog_tests/
Dsockmap_basic.c85 static void test_sockmap_create_update_free(enum bpf_map_type map_type) in test_sockmap_create_update_free()
111 static void test_skmsg_helpers(enum bpf_map_type map_type) in test_skmsg_helpers()
140 static void test_sockmap_update(enum bpf_map_type map_type) in test_sockmap_update()
199 static void test_sockmap_copy(enum bpf_map_type map_type) in test_sockmap_copy()
Dsockmap_ktls.c95 static void run_tests(int family, enum bpf_map_type map_type) in run_tests()
Dmap_init.c38 static struct test_map_init *setup(enum bpf_map_type map_type, int map_sz, in setup()
Dlookup_and_delete.c44 static struct test_lookup_and_delete *setup_prog(enum bpf_map_type map_type, in setup_prog()
Dbtf.c70 enum bpf_map_type map_type; member
4696 enum bpf_map_type map_type; member
/tools/testing/selftests/filesystems/fuse/
Dtest_fuse_bpf.h25 int map_type; member
Dbpf_loader.c625 unsigned int map_type; member
/tools/lib/bpf/
Dbpf.c110 int bpf_create_map_node(enum bpf_map_type map_type, const char *name, in bpf_create_map_node()
130 int bpf_create_map(enum bpf_map_type map_type, int key_size, in bpf_create_map()
144 int bpf_create_map_name(enum bpf_map_type map_type, const char *name, in bpf_create_map_name()
160 int bpf_create_map_in_map_node(enum bpf_map_type map_type, const char *name, in bpf_create_map_in_map_node()
188 int bpf_create_map_in_map(enum bpf_map_type map_type, const char *name, in bpf_create_map_in_map()
Dlibbpf_probes.c202 bool bpf_probe_map_type(enum bpf_map_type map_type, __u32 ifindex) in bpf_probe_map_type()
Dbpf.h39 enum bpf_map_type map_type; member
Dlibbpf_internal.h180 __u32 map_type; member
Dlibbpf.c4537 enum libbpf_map_type map_type = map->libbpf_type; in bpf_object__populate_internal_map() local
/tools/bpf/bpftool/
Dfeature.c530 probe_map_type(enum bpf_map_type map_type, const char *define_prefix, in probe_map_type()
/tools/testing/selftests/bpf/progs/
Dmap_ptr_kern.c31 enum bpf_map_type map_type; member
/tools/perf/
Dbuiltin-trace.c2885 char map_type = 'd'; local
/tools/include/uapi/linux/
Dbpf.h1257 __u32 map_type; /* one of enum bpf_map_type */ member