Searched refs:TF_CLOSING (Results 1 – 4 of 4) sorted by relevance
1550 (tp->t_flags & TF_CLOSING)) { in tcp_output()1551 tp->t_flags &= ~TF_CLOSING; in tcp_output()2075 (tp->t_flags & TF_CLOSING)) { in tcp_output()2076 tp->t_flags &= ~TF_CLOSING; in tcp_output()3422 (tp->t_flags & TF_CLOSING)) { in tcp_output()3423 tp->t_flags &= ~TF_CLOSING; in tcp_output()3867 !(tp->t_flags & TF_CLOSING) && in tcp_ip_output()3885 if (fadv_congested && !IN_FASTRECOVERY(tp) && !(tp->t_flags & TF_CLOSING) && in tcp_ip_output()
458 #define TF_CLOSING 0x8000000 /* pending tcp close */ macro
1791 if ((tp->t_flags & TF_CLOSING) || in tcp_close()1793 tp->t_flags |= TF_CLOSING; in tcp_close()
5811 tp->t_flags |= TF_CLOSING; in tcp_input()6219 tp->t_flags |= TF_CLOSING; in tcp_input()