bpf_module_create_c_from_string

Function bpf_module_create_c_from_string 

Source
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