/tools/testing/selftests/bpf/ |
A D | test_lru_map.c | 28 static int create_map(int map_type, int map_flags, unsigned int size) in create_map() 161 static void test_lru_sanity0(int map_type, int map_flags) in test_lru_sanity0() 252 static void test_lru_sanity1(int map_type, int map_flags, unsigned int tgt_free) in test_lru_sanity1() 320 static void test_lru_sanity2(int map_type, int map_flags, unsigned int tgt_free) in test_lru_sanity2() 426 static void test_lru_sanity3(int map_type, int map_flags, unsigned int tgt_free) in test_lru_sanity3() 487 static void test_lru_sanity4(int map_type, int map_flags, unsigned int tgt_free) in test_lru_sanity4() 564 static void test_lru_sanity5(int map_type, int map_flags) in test_lru_sanity5() 611 static void test_lru_sanity6(int map_type, int map_flags, int tgt_free) in test_lru_sanity6() 678 static void test_lru_sanity7(int map_type, int map_flags) in test_lru_sanity7() 769 static void test_lru_sanity8(int map_type, int map_flags) in test_lru_sanity8()
|
A D | test_maps.c | 1588 static void test_map_wronly_stack_or_queue(enum bpf_map_type map_type) in test_map_wronly_stack_or_queue()
|
A D | test_verifier.c | 531 static bool skip_unsupported_map(enum bpf_map_type map_type) in skip_unsupported_map()
|
/tools/testing/selftests/bpf/map_tests/ |
A D | map_in_map_batch_ops.c | 31 static void create_inner_maps(enum bpf_map_type map_type, in create_inner_maps() 66 static int create_outer_map(enum bpf_map_type map_type, __u32 inner_map_fd) in create_outer_map()
|
A D | map_percpu_stats.c | 129 static bool is_lru(__u32 map_type) in is_lru() 135 static bool is_percpu(__u32 map_type) in is_percpu() 142 __u32 map_type; member
|
/tools/testing/selftests/bpf/prog_tests/ |
A D | sockmap_basic.c | 90 static void test_sockmap_create_update_free(enum bpf_map_type map_type) in test_sockmap_create_update_free() 145 static void test_skmsg_helpers(enum bpf_map_type map_type) in test_skmsg_helpers() 168 static void test_skmsg_helpers_with_link(enum bpf_map_type map_type) in test_skmsg_helpers_with_link() 227 static void test_sockmap_update(enum bpf_map_type map_type) in test_sockmap_update() 283 static void test_sockmap_copy(enum bpf_map_type map_type) in test_sockmap_copy()
|
A D | sockmap_ktls.c | 121 enum bpf_map_type map_type) in fmt_test_name() 406 static void run_tests(int family, enum bpf_map_type map_type) in run_tests()
|
A D | libbpf_probes.c | 68 enum bpf_map_type map_type = (enum bpf_map_type)e->val; in test_libbpf_probe_map_types() local
|
A D | map_init.c | 38 static struct test_map_init *setup(enum bpf_map_type map_type, int map_sz, in setup()
|
A D | libbpf_str.c | 130 enum bpf_map_type map_type = (enum bpf_map_type)e->val; in test_libbpf_bpf_map_type_str() local
|
A D | lookup_and_delete.c | 44 static struct test_lookup_and_delete *setup_prog(enum bpf_map_type map_type, in setup_prog()
|
A D | btf.c | 67 enum bpf_map_type map_type; member 5268 enum bpf_map_type map_type; member
|
/tools/lib/bpf/ |
A D | libbpf_probes.c | 282 static int probe_map_create(enum bpf_map_type map_type) in probe_map_create() 405 int libbpf_probe_bpf_map_type(enum bpf_map_type map_type, const void *opts) in libbpf_probe_bpf_map_type()
|
A D | skel_internal.h | 219 static inline int skel_map_create(enum bpf_map_type map_type, in skel_map_create()
|
A D | gen_loader.c | 482 enum bpf_map_type map_type, in bpf_gen__map_create()
|
A D | libbpf_internal.h | 270 __u32 map_type; member
|
A D | bpf.c | 168 int bpf_map_create(enum bpf_map_type map_type, in bpf_map_create()
|
A D | libbpf.c | 5144 enum libbpf_map_type map_type = map->libbpf_type; in bpf_object__populate_internal_map() local 14005 const struct btf_type *map_type, *var_type; in bpf_object__open_subskeleton() local
|
/tools/testing/selftests/filesystems/ |
A D | utils.c | 63 idmap_type_t map_type; member 180 static int write_id_mapping(idmap_type_t map_type, pid_t pid, const char *buf, size_t buf_size) in write_id_mapping() 238 idmap_type_t map_type, u_or_g; in map_ids_from_idmap() local
|
/tools/bpf/bpftool/ |
A D | feature.c | 593 static bool probe_map_type_ifindex(enum bpf_map_type map_type, __u32 ifindex) in probe_map_type_ifindex() 614 probe_map_type(enum bpf_map_type map_type, char const *map_type_str, in probe_map_type() 981 unsigned int map_type = BPF_MAP_TYPE_UNSPEC; in section_map_types() local
|
A D | gen.c | 964 const struct btf_type *map_type, __u32 map_type_id) in walk_st_ops_shadow_vars() 1081 const struct btf_type *map_type; in gen_st_ops_shadow_type() local 1583 const struct btf_type *map_type, *var_type; in do_subskeleton() local
|
A D | map.c | 1252 enum bpf_map_type map_type = BPF_MAP_TYPE_UNSPEC; in do_create() local
|
/tools/testing/selftests/arm64/mte/ |
A D | check_user_mem.c | 145 const char* map_type; in format_test_name() local
|
/tools/testing/selftests/bpf/progs/ |
A D | map_kptr.c | 98 #define DEFINE_MAP_OF_MAP(map_type, inner_map_type, name) \ argument
|
A D | map_ptr_kern.c | 31 enum bpf_map_type map_type; member
|