Home
last modified time | relevance | path

Searched refs:bpf_create_map_attr (Results 1 – 6 of 6) sorted by relevance

/external/bcc/src/cc/includes/
Dlibbpf.h30 struct bpf_create_map_attr;
47 int bcc_create_map_xattr(struct bpf_create_map_attr *attr, bool allow_rlimit);
/external/bcc/src/cc/
Dlibbpf.h30 struct bpf_create_map_attr;
47 int bcc_create_map_xattr(struct bpf_create_map_attr *attr, bool allow_rlimit);
Dlibbpf.c308 static int libbpf_bpf_map_create(struct bpf_create_map_attr *create_attr) in libbpf_bpf_map_create()
327 int bcc_create_map_xattr(struct bpf_create_map_attr *attr, bool allow_rlimit) in bcc_create_map_xattr()
384 struct bpf_create_map_attr attr = {}; in bcc_create_map()
Dbpf_module.cc358 struct bpf_create_map_attr attr = {}; in create_maps()
/external/libbpf/src/
Dbpf.h64 struct bpf_create_map_attr { struct
83 LIBBPF_API int bpf_create_map_xattr(const struct bpf_create_map_attr *create_attr); argument
Dbpf.c210 int bpf_create_map_xattr(const struct bpf_create_map_attr *create_attr) in bpf_create_map_xattr()