Searched refs:thisend (Results 1 – 1 of 1) sorted by relevance
396 int value, newval, thisend, thisbegin; in sctp_packet_log() local424 thisend = total_len; in sctp_packet_log()427 thisend = newval; in sctp_packet_log()429 if (!(atomic_cmpset_int(&SCTP_BASE_VAR(packet_log_end), value, thisend))) { in sctp_packet_log()438 thisend = total_len; in sctp_packet_log()441 thisend = newval; in sctp_packet_log()443 if (!(atomic_cmpset_int(&SCTP_BASE_VAR(packet_log_end), value, thisend))) { in sctp_packet_log()448 if (thisend >= SCTP_PACKET_LOG_SIZE) { in sctp_packet_log()451 thisend, in sctp_packet_log()467 thisone = thisend - sizeof(int); in sctp_packet_log()