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

/freebsd-12-stable/sys/netinet/
H A Dsctp_bsd_addr.c402 int value, newval, thisend, thisbegin; local
430 thisend = total_len;
433 thisend = newval;
435 if (!(atomic_cmpset_int(&SCTP_BASE_VAR(packet_log_end), value, thisend))) {
444 thisend = total_len;
447 thisend = newval;
449 if (!(atomic_cmpset_int(&SCTP_BASE_VAR(packet_log_end), value, thisend))) {
454 if (thisend >= SCTP_PACKET_LOG_SIZE) {
455 SCTP_PRINTF("Insanity stops a log thisbegin:%d thisend:%d writers:%d lock:%d end:%d\n",
457 thisend,
[all...]

Completed in 106 milliseconds