Searched refs:TF_CLOSING (Results 1 – 4 of 4) sorted by relevance
1233 (tp->t_flags & TF_CLOSING)) { in tcp_output()1234 tp->t_flags &= ~TF_CLOSING; in tcp_output()1776 (tp->t_flags & TF_CLOSING)) { in tcp_output()1777 tp->t_flags &= ~TF_CLOSING; in tcp_output()3187 (tp->t_flags & TF_CLOSING)) { in tcp_output()3188 tp->t_flags &= ~TF_CLOSING; in tcp_output()3568 !(tp->t_flags & TF_CLOSING) && in tcp_ip_output()
418 #define TF_CLOSING 0x8000000 /* pending tcp close */ macro
1515 if ((tp->t_flags & TF_CLOSING) || in tcp_close()1517 tp->t_flags |= TF_CLOSING; in tcp_close()
5570 tp->t_flags |= TF_CLOSING; in tcp_input()5967 tp->t_flags |= TF_CLOSING; in tcp_input()