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