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