Home
last modified time | relevance | path

Searched defs:create_attr (Results 1 – 3 of 3) sorted by relevance

/external/linux-kselftest/tools/testing/selftests/bpf/
Dtest_btf.c3628 struct bpf_create_map_attr create_attr = {}; in do_test_raw() local
3868 struct bpf_create_map_attr create_attr = {}; in test_btf_id() local
4759 struct bpf_create_map_attr create_attr = {}; in do_test_pprint() local
/external/bcc/src/cc/
Dlibbpf.c308 static int libbpf_bpf_map_create(struct bpf_create_map_attr *create_attr) in libbpf_bpf_map_create()
/external/libbpf/src/
Dbpf.c210 int bpf_create_map_xattr(const struct bpf_create_map_attr *create_attr) in bpf_create_map_xattr()