Home
last modified time | relevance | path

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

/src/sys/netinet/
H A Dsctp_bsd_addr.c395 int value, newval, thisend, thisbegin; in sctp_packet_log() local
423 thisend = total_len; in sctp_packet_log()
426 thisend = newval; in sctp_packet_log()
428 if (!(atomic_cmpset_int(&SCTP_BASE_VAR(packet_log_end), value, thisend))) { in sctp_packet_log()
437 thisend = total_len; in sctp_packet_log()
440 thisend = newval; in sctp_packet_log()
442 if (!(atomic_cmpset_int(&SCTP_BASE_VAR(packet_log_end), value, thisend))) { in sctp_packet_log()
447 if (thisend >= SCTP_PACKET_LOG_SIZE) { in sctp_packet_log()
450 thisend, in sctp_packet_log()
466 thisone = thisend - sizeof(int); in sctp_packet_log()