Searched refs:current_tcp_cont (Results 1 – 1 of 1) sorted by relevance
148 static int current_tcp_cont; variable627 if (tcp_cont[current_tcp_cont]) { in reg_tcp_cont()628 free(tcp_cont[current_tcp_cont]->msg); in reg_tcp_cont()629 free(tcp_cont[current_tcp_cont]); in reg_tcp_cont()638 tcp_cont[current_tcp_cont++] = tce; in reg_tcp_cont()639 if (current_tcp_cont == MAX_TCPCONT) in reg_tcp_cont()640 current_tcp_cont = 0; in reg_tcp_cont()655 for (i = current_tcp_cont; i >= 0; i--) in find_tcp_cont()659 for (i = MAX_TCPCONT -1; i > current_tcp_cont; i--) in find_tcp_cont()668 for (i = current_tcp_cont; i >= 0; i--) in remove_tcp_cont()[all …]