Searched refs:TF_CLOSEPEND (Results 1 – 3 of 3) sorted by relevance
451 tcp_set_flags(pcb, TF_CLOSEPEND); in tcp_close_shutdown_fin()1504 if (pcb->flags & TF_CLOSEPEND) { in tcp_fasttmr()1506 tcp_clear_flags(pcb, TF_CLOSEPEND); in tcp_fasttmr()1822 if (pcb->flags & TF_CLOSEPEND) { in tcp_handle_closepend()1824 tcp_clear_flags(pcb, TF_CLOSEPEND); in tcp_handle_closepend()
255 #define TF_CLOSEPEND 0x08U /* If this is set, tcp_close failed to enqueue the FIN (retried in t… macro
188 * task #14600: tcp_alloc(): kill TF_CLOSEPEND connections before other ESTABLISHED
Completed in 18 milliseconds