Searched refs:TF_CLOSING (Results 1 – 4 of 4) sorted by relevance
1254 (tp->t_flags & TF_CLOSING)) { in tcp_output()1255 tp->t_flags &= ~TF_CLOSING; in tcp_output()1818 (tp->t_flags & TF_CLOSING)) { in tcp_output()1819 tp->t_flags &= ~TF_CLOSING; in tcp_output()3270 (tp->t_flags & TF_CLOSING)) { in tcp_output()3271 tp->t_flags &= ~TF_CLOSING; in tcp_output()3658 !(tp->t_flags & TF_CLOSING) && in tcp_ip_output()
419 #define TF_CLOSING 0x8000000 /* pending tcp close */ macro
1525 if ((tp->t_flags & TF_CLOSING) || in tcp_close()1527 tp->t_flags |= TF_CLOSING; in tcp_close()
5626 tp->t_flags |= TF_CLOSING; in tcp_input()6024 tp->t_flags |= TF_CLOSING; in tcp_input()