Lines Matching full:reassembly
491 * reassembly queue and wake up the reading thread in recv_done()
1092 * layer. All the inncoming payload go to the reassembly queue, regardless of
1093 * if reassembly is required. The uuper layer code reads from the queue for all
1095 * Put a received packet to the reassembly queue
1121 * Get the first entry at the front of reassembly queue
1320 /* It's not possible for upper layer to get to reassembly */ in smbd_destroy()
1321 log_rdma_event(INFO, "drain the reassembly queue\n"); in smbd_destroy()
1722 * Receive data from receive reassembly queue
1723 * All the incoming data packets are placed in reassembly queue
1730 * borrow the buffer from reassembly queue, and return it after data is
1745 * No need to hold the reassembly queue lock all the time as we are in smbd_recv_buf()
1865 * Receive a page from receive reassembly queue
1886 /* now we can read from reassembly queue and not sleep */ in smbd_recv_page()