Function bpf_sys::bpf_create_map_name[][src]

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