Searched refs:TF_CLOSING (Results 1 – 4 of 4) sorted by relevance
1061 (tp->t_flags & TF_CLOSING)) { in tcp_output()1062 tp->t_flags &= ~TF_CLOSING; in tcp_output()1578 (tp->t_flags & TF_CLOSING)) { in tcp_output()1579 tp->t_flags &= ~TF_CLOSING; in tcp_output()2728 (tp->t_flags & TF_CLOSING)) { in tcp_output()2729 tp->t_flags &= ~TF_CLOSING; in tcp_output()3088 !(tp->t_flags & TF_CLOSING) && in tcp_ip_output()
313 #define TF_CLOSING 0x8000000 /* pending tcp close */ macro
1465 if ((tp->t_flags & TF_CLOSING) || in tcp_close()1467 tp->t_flags |= TF_CLOSING; in tcp_close()
4957 tp->t_flags |= TF_CLOSING; in tcp_input()5330 tp->t_flags |= TF_CLOSING; in tcp_input()