[][src]Function bcc_sys::bccapi::bcc_create_map

pub unsafe extern "C" fn bcc_create_map(
    map_type: bpf_map_type,
    name: *const c_char,
    key_size: c_int,
    value_size: c_int,
    max_entries: c_int,
    map_flags: c_int
) -> c_int