bpf_module_create_c

Function bpf_module_create_c 

Source
pub unsafe extern "C" fn bpf_module_create_c(
    filename: *const c_char,
    flags: c_uint,
    cflags: *mut *const c_char,
    ncflags: c_int,
    allow_rlimit: bool,
    dev_name: *const c_char,
) -> *mut c_void