Searched refs:pdu_data_size (Results 1 – 1 of 1) sorted by relevance
739 unsigned long pdu_data_size; in ndr_send_reply() local794 pdu_data_size = pdu_size - NDR_RSP_HDR_SIZE; in ndr_send_reply()802 mxa->send_hdr.response_hdr.alloc_hint = pdu_data_size; in ndr_send_reply()806 pdu_data_size -= frag_data_size; in ndr_send_reply()813 while (pdu_data_size > frag_data_size) { in ndr_send_reply()816 mxa->send_hdr.response_hdr.alloc_hint = pdu_data_size; in ndr_send_reply()821 pdu_data_size -= frag_data_size; in ndr_send_reply()829 frag_size = pdu_data_size + NDR_RSP_HDR_SIZE; in ndr_send_reply()831 mxa->send_hdr.response_hdr.alloc_hint = pdu_data_size; in ndr_send_reply()