Home
last modified time | relevance | path

Searched refs:bpf_map_create (Results 1 - 9 of 9) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/bpf/
H A Dbpf_common.c30 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 Dbpf_common.h44 int bpf_map_create(union bpf_attr *const attr)
H A Dbpf_prog06.c111 map_fd = bpf_map_create(&(union bpf_attr){ in run()
H A Dbpf_prog07.c119 map_fd = bpf_map_create(&(union bpf_attr){ in run()
H A Dbpf_map01.c52 fd = bpf_map_create(attr); in run()
/third_party/libbpf/src/
H A Dlibbpf_probes.c361 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 Dbpf.h57 LIBBPF_API int bpf_map_create(enum bpf_map_type map_type,
H A Dbpf.c165 int bpf_map_create(enum bpf_map_type map_type, in bpf_map_create() function
H A Dlibbpf.c4984 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 22 milliseconds