Lines Matching full:reassembly
484 * reassembly queue and wake up the reading thread in recv_done()
1114 * layer. All the inncoming payload go to the reassembly queue, regardless of
1115 * if reassembly is required. The uuper layer code reads from the queue for all
1117 * Put a received packet to the reassembly queue
1143 * Get the first entry at the front of reassembly queue
1342 /* It's not posssible for upper layer to get to reassembly */ in smbd_destroy()
1343 log_rdma_event(INFO, "drain the reassembly queue\n"); in smbd_destroy()
1743 * Receive data from receive reassembly queue
1744 * All the incoming data packets are placed in reassembly queue
1751 * borrow the buffer from reassembly queue, and return it after data is
1766 * No need to hold the reassembly queue lock all the time as we are in smbd_recv_buf()
1886 * Receive a page from receive reassembly queue
1907 /* now we can read from reassembly queue and not sleep */ in smbd_recv_page()