bpf_new_ringbuf

Function bpf_new_ringbuf 

Source
pub unsafe extern "C" fn bpf_new_ringbuf(
    map_fd: c_int,
    sample_cb: ring_buffer_sample_fn,
    ctx: *mut c_void,
) -> *mut c_void