Searched defs:map_name (Results 1 - 7 of 7) sorted by relevance
/third_party/libbpf/src/ |
H A D | skel_internal.h | 219 skel_map_create(enum bpf_map_type map_type, const char *map_name, __u32 key_size, __u32 value_size, __u32 max_entries) skel_map_create() argument
|
H A D | gen_loader.c | 448 bpf_gen__map_create(struct bpf_gen *gen, enum bpf_map_type map_type, const char *map_name, __u32 key_size, __u32 value_size, __u32 max_entries, struct bpf_map_create_opts *map_attr, int map_idx) bpf_gen__map_create() argument
|
H A D | bpf.c | 165 bpf_map_create(enum bpf_map_type map_type, const char *map_name, __u32 key_size, __u32 value_size, __u32 max_entries, const struct bpf_map_create_opts *opts) bpf_map_create() argument
|
H A D | libbpf.c | 1630 char map_name[BPF_OBJ_NAME_LEN], *p; local 2231 static bool get_map_field_int(const char *map_name, const struct btf *btf, argument 2296 parse_btf_map_def(const char *map_name, struct btf *btf, const struct btf_type *def_t, bool strict, struct btf_map_def *map_def, struct btf_map_def *inner_def) global() argument 2622 const char *map_name; global() local 5509 const char *map_name = NULL; global() local [all...] |
/third_party/ltp/include/lapi/ |
H A D | bpf.h | 195 char map_name[BPF_OBJ_NAME_LEN]; member
|
/third_party/toybox/toys/pending/ |
H A D | awk.c | 1413 static void map_name(void) in map_name() function
|
/third_party/libbpf/include/uapi/linux/ |
H A D | bpf.h | 1388 char map_name[BPF_OBJ_NAME_LEN]; member
|
Completed in 32 milliseconds