Searched refs:TF_CLOSEPEND (Results 1 – 3 of 3) sorted by relevance
451 tcp_set_flags(pcb, TF_CLOSEPEND); in tcp_close_shutdown_fin()1501 if (pcb->flags & TF_CLOSEPEND) { in tcp_fasttmr()1503 tcp_clear_flags(pcb, TF_CLOSEPEND); in tcp_fasttmr()1819 if (pcb->flags & TF_CLOSEPEND) { in tcp_handle_closepend()1821 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
101 * task #14600: tcp_alloc(): kill TF_CLOSEPEND connections before other ESTABLISHED