Home
last modified time | relevance | path

Searched refs:thisend (Results 1 – 1 of 1) sorted by relevance

/external/usrsctp/usrsctplib/netinet/
Dsctp_bsd_addr.c865 int value, newval, thisend, thisbegin; local
897 thisend = total_len;
900 thisend = newval;
902 if (!(atomic_cmpset_int(&SCTP_BASE_VAR(packet_log_end), value, thisend))) {
911 thisend = total_len;
914 thisend = newval;
916 if (!(atomic_cmpset_int(&SCTP_BASE_VAR(packet_log_end), value, thisend))) {
921 if (thisend >= SCTP_PACKET_LOG_SIZE) {
924 thisend,
941 thisone = thisend - sizeof(int);