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

/freebsd-12-stable/sys/netinet/
H A Dsctp_bsd_addr.c497 int tocopy, this_copy; local
527 this_copy = min((length - sizeof(int)), SCTP_PACKET_LOG_SIZE);
528 memcpy((void *)lenat, (void *)SCTP_BASE_VAR(packet_log_buffer), this_copy);
534 return (this_copy + sizeof(int));

Completed in 51 milliseconds