bcc_create_map

Function bcc_create_map 

Source
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