Searched refs:tcp_time_wait_head (Results 1 – 1 of 1) sorted by relevance
365 static tcp_t *tcp_time_wait_head; variable1847 for (tcp = tcp_time_wait_head; tcp != NULL; in tcp_lookup_ipv4()6630 if (tcp == tcp_time_wait_head) { in tcp_time_wait_remove()6632 tcp_time_wait_head = tcp->tcp_time_wait_next; in tcp_time_wait_remove()6633 if (tcp_time_wait_head != NULL) { in tcp_time_wait_remove()6634 tcp_time_wait_head->tcp_time_wait_prev = NULL; in tcp_time_wait_remove()6639 assert(tcp != tcp_time_wait_head); in tcp_time_wait_remove()6668 if (tcp_time_wait_head == NULL) { in tcp_time_wait_append()6670 tcp_time_wait_head = tcp; in tcp_time_wait_append()6702 while ((tcp = tcp_time_wait_head) != NULL) { in tcp_time_wait_collector()[all …]