Searched refs:TF_NEEDFIN (Results 1 – 4 of 4) sorted by relevance
403 #define TF_NEEDFIN 0x00800 /* send FIN (implicit state) */ macro1114 #define TF_NEEDFIN 0x00800 /* send FIN (implicit state) */ macro
3131 ((tp->t_flags & TF_NEEDFIN) == 0) && in tcp_input()3202 ((tp->t_flags & TF_NEEDFIN) == 0) && in tcp_input()3998 if (tp->t_flags & TF_NEEDFIN) { in tcp_input()4005 tp->t_flags &= ~TF_NEEDFIN; in tcp_input()4671 if (tp->t_flags & TF_NEEDFIN) { in tcp_input()4677 tp->t_flags &= ~TF_NEEDFIN; in tcp_input()
1099 if (tp->t_flags & TF_NEEDFIN) { in tcp_output()2376 } else if (tp->t_flags & TF_NEEDFIN) { in tcp_output()
3203 tp->t_flags |= TF_NEEDFIN; in tcp_usrclosed()