Searched refs:bpf_map_create (Results 1 - 9 of 9) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/bpf/ |
H A D | bpf_common.c | 30 int bpf_map_create(union bpf_attr *const attr) in bpf_map_create() function 60 return bpf_map_create(&map_attr); in bpf_map_array_create()
|
H A D | bpf_common.h | 44 int bpf_map_create(union bpf_attr *const attr)
|
H A D | bpf_prog06.c | 111 map_fd = bpf_map_create(&(union bpf_attr){ in run()
|
H A D | bpf_prog07.c | 119 map_fd = bpf_map_create(&(union bpf_attr){ in run()
|
H A D | bpf_map01.c | 52 fd = bpf_map_create(attr); in run()
|
/third_party/libbpf/src/ |
H A D | libbpf_probes.c | 361 fd_inner = bpf_map_create(BPF_MAP_TYPE_HASH, NULL, in probe_map_create() 375 fd = bpf_map_create(map_type, NULL, key_size, value_size, max_entries, &opts); in probe_map_create()
|
H A D | bpf.h | 57 LIBBPF_API int bpf_map_create(enum bpf_map_type map_type,
|
H A D | bpf.c | 165 int bpf_map_create(enum bpf_map_type map_type, in bpf_map_create() function
|
H A D | libbpf.c | 4984 map = bpf_map_create(BPF_MAP_TYPE_ARRAY, "libbpf_global", sizeof(int), 32, 1, NULL); 5117 fd = bpf_map_create(BPF_MAP_TYPE_ARRAY, "libbpf_mmap", sizeof(int), sizeof(int), 1, &opts); 5164 map = bpf_map_create(BPF_MAP_TYPE_ARRAY, "libbpf_det_bind", sizeof(int), 32, 1, NULL); 5575 map->fd = bpf_map_create(def->type, map_name, 5592 map->fd = bpf_map_create(def->type, map_name,
|
Completed in 23 milliseconds