Searched refs:TF_NEEDFIN (Results 1 – 4 of 4) sorted by relevance
468 tp->t_flags |= TF_NEEDFIN; in tcp_usrclosed()
1215 ((tp->t_flags & (TF_NEEDSYN|TF_NEEDFIN)) == 0) && in tcp_do_segment()1604 if (tp->t_flags & TF_NEEDFIN) { in tcp_do_segment()1606 tp->t_flags &= ~TF_NEEDFIN; in tcp_do_segment()1989 if (tp->t_flags & TF_NEEDFIN) { in tcp_do_segment()1991 tp->t_flags &= ~TF_NEEDFIN; in tcp_do_segment()
416 #define TF_NEEDFIN 0x000800 /* send FIN (implicit state) */ macro
235 if (tp->t_flags & TF_NEEDFIN) in tcp_output()