Searched refs:bpf_map_type (Results 1 – 10 of 10) sorted by relevance
/tools/lib/bpf/ |
D | bpf.h | 41 enum bpf_map_type map_type; 56 LIBBPF_API int bpf_create_map_node(enum bpf_map_type map_type, const char *name, 59 LIBBPF_API int bpf_create_map_name(enum bpf_map_type map_type, const char *name, 62 LIBBPF_API int bpf_create_map(enum bpf_map_type map_type, int key_size, 64 LIBBPF_API int bpf_create_map_in_map_node(enum bpf_map_type map_type, 68 LIBBPF_API int bpf_create_map_in_map(enum bpf_map_type map_type,
|
D | bpf.c | 103 int bpf_create_map_node(enum bpf_map_type map_type, const char *name, in bpf_create_map_node() 123 int bpf_create_map(enum bpf_map_type map_type, int key_size, in bpf_create_map() 137 int bpf_create_map_name(enum bpf_map_type map_type, const char *name, in bpf_create_map_name() 153 int bpf_create_map_in_map_node(enum bpf_map_type map_type, const char *name, in bpf_create_map_in_map_node() 179 int bpf_create_map_in_map(enum bpf_map_type map_type, const char *name, in bpf_create_map_in_map()
|
D | libbpf_probes.c | 193 bool bpf_probe_map_type(enum bpf_map_type map_type, __u32 ifindex) in bpf_probe_map_type()
|
D | libbpf.h | 461 LIBBPF_API bool bpf_probe_map_type(enum bpf_map_type map_type, __u32 ifindex);
|
D | libbpf.c | 664 static bool bpf_map_type__is_map_in_map(enum bpf_map_type type) in bpf_map_type__is_map_in_map()
|
/tools/testing/selftests/bpf/prog_tests/ |
D | sockmap_basic.c | 47 static void test_sockmap_create_update_free(enum bpf_map_type map_type) in test_sockmap_create_update_free()
|
/tools/bpf/bpftool/ |
D | feature.c | 498 probe_map_type(enum bpf_map_type map_type, const char *define_prefix, in probe_map_type()
|
/tools/testing/selftests/bpf/ |
D | test_verifier.c | 367 static bool skip_unsupported_map(enum bpf_map_type map_type) in skip_unsupported_map() 500 enum bpf_map_type type = percpu ? BPF_MAP_TYPE_PERCPU_CGROUP_STORAGE : in create_cgroup_storage()
|
D | test_btf.c | 108 enum bpf_map_type map_type; 4593 enum bpf_map_type map_type;
|
/tools/include/uapi/linux/ |
D | bpf.h | 112 enum bpf_map_type { enum
|