Searched refs:append_size (Results 1 – 1 of 1) sorted by relevance
83 ULONG append_size; in _nx_packet_data_adjust() local142 append_size = header_size - available_size; in _nx_packet_data_adjust()145 data_start = packet_ptr -> nx_packet_append_ptr - append_size; in _nx_packet_data_adjust()157 …memcpy(work_ptr -> nx_packet_prepend_ptr, data_start, append_size); /* Use case of memcpy is verif… in _nx_packet_data_adjust()158 …r -> nx_packet_append_ptr = (UCHAR *)((ALIGN_TYPE)work_ptr -> nx_packet_prepend_ptr + append_size); in _nx_packet_data_adjust()161 …cket_ptr -> nx_packet_append_ptr - (ALIGN_TYPE)packet_ptr -> nx_packet_prepend_ptr) - append_size); in _nx_packet_data_adjust()