Function bcc_sys::bccapi::bpf_module_create_c_from_string[][src]

pub unsafe extern "C" fn bpf_module_create_c_from_string(
    text: *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