Home
last modified time | relevance | path

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

/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
Dsctp_bsd_addr.c969 int value, newval, thisend, thisbegin; local
1001 thisend = total_len;
1004 thisend = newval;
1006 if (!(atomic_cmpset_int(&SCTP_BASE_VAR(packet_log_end), value, thisend))) {
1015 thisend = total_len;
1018 thisend = newval;
1020 if (!(atomic_cmpset_int(&SCTP_BASE_VAR(packet_log_end), value, thisend))) {
1025 if (thisend >= SCTP_PACKET_LOG_SIZE) {
1028 thisend,
1045 thisone = thisend - sizeof(int);