Searched refs:this_copy (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/sys/netinet/
H A Dsctp_bsd_addr.c489 int tocopy, this_copy; local
519 this_copy = min((length - sizeof(int)), SCTP_PACKET_LOG_SIZE);
520 memcpy((void *)lenat, (void *)SCTP_BASE_VAR(packet_log_buffer), this_copy);
526 return (this_copy + sizeof(int));

Completed in 111 milliseconds