Home
last modified time | relevance | path

Searched refs:bpf_map_create (Results 1 – 3 of 3) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/bpf/
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()
Dbpf_common.h43 int bpf_map_create(union bpf_attr *const attr)
Dbpf_map01.c52 fd = bpf_map_create(attr); in run()