HomeFreeBSD

tcp: remove the looping on pcb count in tcp_destroy()

Description

tcp: remove the looping on pcb count in tcp_destroy()

This was useful when TCP timers were not able to reliably stop. Note that
in_pcbinfo_destroy() called later asserts that V_tcbinfo.ipi_count is 0.

This reverts 806929d514234, b54e08e11ac15.