Searched refs:frag_data_size (Results 1 – 1 of 1) sorted by relevance
740 unsigned long frag_data_size; in ndr_send_reply() local795 frag_data_size = frag_size - NDR_RSP_HDR_SIZE; in ndr_send_reply()806 pdu_data_size -= frag_data_size; in ndr_send_reply()807 pdu_buf += frag_data_size; in ndr_send_reply()813 while (pdu_data_size > frag_data_size) { in ndr_send_reply()821 pdu_data_size -= frag_data_size; in ndr_send_reply()822 pdu_buf += frag_data_size; in ndr_send_reply()