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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_slp.c148 static int current_tcp_cont; variable
626 /* always overwrite the entry at current_tcp_cont */
627 if (tcp_cont[current_tcp_cont]) {
628 free(tcp_cont[current_tcp_cont]->msg);
629 free(tcp_cont[current_tcp_cont]);
638 tcp_cont[current_tcp_cont++] = tce;
639 if (current_tcp_cont == MAX_TCPCONT)
640 current_tcp_cont = 0;
655 for (i = current_tcp_cont; i >= 0; i--)
659 for (i = MAX_TCPCONT -1; i > current_tcp_cont;
[all...]

Completed in 59 milliseconds