Searched refs:n_pad (Results 1 – 1 of 1) sorted by relevance
1452 unsigned n_pad; in ndr_outer_align() local1457 n_pad = ((align + 1) - nds->pdu_scan_offset) & align; in ndr_outer_align()1459 n_pad = NDR_ALIGN4(nds->pdu_scan_offset); in ndr_outer_align()1462 if (n_pad == 0) in ndr_outer_align()1465 if (!ndr_outer_grow(outer_ref, n_pad)) in ndr_outer_align()1470 rc = NDS_PAD_PDU(nds, nds->pdu_scan_offset, n_pad, outer_ref); in ndr_outer_align()1485 nds->pdu_scan_offset += n_pad; in ndr_outer_align()