Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/netinet/
Dsctp_bsd_addr.c402 int value, newval, thisend, thisbegin; in sctp_packet_log() local
430 thisend = total_len; in sctp_packet_log()
433 thisend = newval; in sctp_packet_log()
435 if (!(atomic_cmpset_int(&SCTP_BASE_VAR(packet_log_end), value, thisend))) { in sctp_packet_log()
444 thisend = total_len; in sctp_packet_log()
447 thisend = newval; in sctp_packet_log()
449 if (!(atomic_cmpset_int(&SCTP_BASE_VAR(packet_log_end), value, thisend))) { in sctp_packet_log()
454 if (thisend >= SCTP_PACKET_LOG_SIZE) { in sctp_packet_log()
457 thisend, in sctp_packet_log()
474 thisone = thisend - sizeof(int); in sctp_packet_log()