Searched refs:this_copy (Results 1 – 1 of 1) sorted by relevance
489 int tocopy, this_copy; in sctp_copy_out_packet_log() local519 this_copy = min((length - sizeof(int)), SCTP_PACKET_LOG_SIZE); in sctp_copy_out_packet_log()520 memcpy((void *)lenat, (void *)SCTP_BASE_VAR(packet_log_buffer), this_copy); in sctp_copy_out_packet_log()526 return (this_copy + sizeof(int)); in sctp_copy_out_packet_log()