Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dsctp_bsd_addr.c396 int value, newval, thisend, thisbegin; in sctp_packet_log() local
424 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()