Searched refs:frag_data_size (Results 1 – 1 of 1) sorted by relevance
703 unsigned long frag_data_size; in ndr_send_reply() local758 frag_data_size = frag_size - NDR_RSP_HDR_SIZE; in ndr_send_reply()769 pdu_data_size -= frag_data_size; in ndr_send_reply()770 pdu_buf += frag_data_size; in ndr_send_reply()776 while (pdu_data_size > frag_data_size) { in ndr_send_reply()784 pdu_data_size -= frag_data_size; in ndr_send_reply()785 pdu_buf += frag_data_size; in ndr_send_reply()