Searched refs:pdu_data_size (Results 1 – 1 of 1) sorted by relevance
702 unsigned long pdu_data_size; in ndr_send_reply() local757 pdu_data_size = pdu_size - NDR_RSP_HDR_SIZE; in ndr_send_reply()765 mxa->send_hdr.response_hdr.alloc_hint = pdu_data_size; in ndr_send_reply()769 pdu_data_size -= frag_data_size; in ndr_send_reply()776 while (pdu_data_size > frag_data_size) { in ndr_send_reply()779 mxa->send_hdr.response_hdr.alloc_hint = pdu_data_size; in ndr_send_reply()784 pdu_data_size -= frag_data_size; in ndr_send_reply()792 frag_size = pdu_data_size + NDR_RSP_HDR_SIZE; in ndr_send_reply()794 mxa->send_hdr.response_hdr.alloc_hint = pdu_data_size; in ndr_send_reply()