[][src]Function apache_nimble_sys::os_mqueue_get

pub unsafe extern "C" fn os_mqueue_get(arg1: *mut os_mqueue) -> *mut os_mbuf

Remove and return a single mbuf from the mbuf queue. Does not block.

@param mq The mbuf queue to pull an element off of.

@return The next mbuf in the queue, or NULL if queue has no mbufs.