Home
last modified time | relevance | path

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

/external/bcc/examples/cpp/
DUseExternalMap.cc79 int ctrl_map_fd; in main() local
83 ctrl_map_fd = bpf_create_map(BPF_MAP_TYPE_ARRAY, "control", sizeof(uint32_t), in main()
85 CHECK(ctrl_map_fd < 0, "bpf_create_map failure"); in main()
91 ebpf::TableDesc table_desc("control", ebpf::FileDesc(ctrl_map_fd), in main()