Home
last modified time | relevance | path

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.c143 static int current_tcp_cont; variable
626 if (tcp_cont[current_tcp_cont]) { in reg_tcp_cont()
627 free(tcp_cont[current_tcp_cont]->msg); in reg_tcp_cont()
628 free(tcp_cont[current_tcp_cont]); in reg_tcp_cont()
637 tcp_cont[current_tcp_cont++] = tce; in reg_tcp_cont()
638 if (current_tcp_cont == MAX_TCPCONT) in reg_tcp_cont()
639 current_tcp_cont = 0; in reg_tcp_cont()
654 for (i = current_tcp_cont; i >= 0; i--) in find_tcp_cont()
658 for (i = MAX_TCPCONT -1; i > current_tcp_cont; i--) in find_tcp_cont()
667 for (i = current_tcp_cont; i >= 0; i--) in remove_tcp_cont()
[all …]