Searched refs:TF_NEEDFIN (Results 1 – 4 of 4) sorted by relevance
297 #define TF_NEEDFIN 0x00800 /* send FIN (implicit state) */ macro888 #define TF_NEEDFIN 0x00800 /* send FIN (implicit state) */ macro
2870 ((tp->t_flags & TF_NEEDFIN) == 0) && in tcp_input()2941 ((tp->t_flags & TF_NEEDFIN) == 0) && in tcp_input()3527 if (tp->t_flags & TF_NEEDFIN) { in tcp_input()3533 tp->t_flags &= ~TF_NEEDFIN; in tcp_input()4179 if (tp->t_flags & TF_NEEDFIN) { in tcp_input()4184 tp->t_flags &= ~TF_NEEDFIN; in tcp_input()
904 if (tp->t_flags & TF_NEEDFIN) { in tcp_output()1958 } else if (tp->t_flags & TF_NEEDFIN) { in tcp_output()
3047 tp->t_flags |= TF_NEEDFIN; in tcp_usrclosed()