Searched refs:thisbegin (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
407 * where this started (thisbegin) x <--end points here
429 thisbegin = 0;
432 thisbegin = SCTP_BASE_VAR(packet_log_end);
443 thisbegin = 0;
446 thisbegin = SCTP_BASE_VAR(packet_log_end);
455 SCTP_PRINTF("Insanity stops a log thisbegin:%d thisend:%d writers:%d lock:%d end:%d\n",
456 thisbegin,
465 lenat = (int *)&SCTP_BASE_VAR(packet_log_buffer)[thisbegin];
476 *lenat = thisbegin;
[all...]

Completed in 102 milliseconds