Searched refs:TF_SENTFIN (Results 1 – 5 of 5) sorted by relevance
1012 if ((tp->t_flags & TF_SENTFIN) && in tcp_output()1516 (!(tp->t_flags & TF_SENTFIN) || tp->snd_nxt == tp->snd_una)) { in tcp_output()2245 if ((flags & TH_FIN) && (tp->t_flags & TF_SENTFIN) && in tcp_output()2417 !(tp->t_flags & TF_SENTFIN)) { in tcp_output()2419 tp->t_flags |= TF_SENTFIN; in tcp_output()2524 !(tp->t_flags & TF_SENTFIN)) { in tcp_output()2526 tp->t_flags |= TF_SENTFIN; in tcp_output()
290 #define TF_SENTFIN 0x00010 /* have sent FIN */ macro881 #define TF_SENTFIN 0x00010 /* have sent FIN */ macro
847 if (tp->t_flags & TF_SENTFIN) { in tcp_reduce_congestion_window()4447 if (tp->t_flags & TF_SENTFIN) { in tcp_input()4592 if (tp->t_flags & TF_SENTFIN) { in tcp_input()
1085 (tp->t_flags & TF_SENTFIN) != 0 && tp->t_rxtshift >= 4) || in tcp_timers()
4410 if (tp->t_flags & TF_SENTFIN) { in inp_get_sndbytes_allunsent()