Searched refs:TF_SENTFIN (Results 1 – 9 of 9) sorted by relevance
157 (tp->t_flags & TF_SENTFIN) == 0) { in tcp_offload_output()160 tp->t_flags |= TF_SENTFIN; in tcp_offload_output()
715 ((tp->t_flags & TF_SENTFIN) == 0 || tp->snd_nxt == tp->snd_una)) in tcp_output()1161 if (flags & TH_FIN && tp->t_flags & TF_SENTFIN && in tcp_output()1518 tp->t_flags |= TF_SENTFIN; in tcp_output()1599 tp->t_flags |= TF_SENTFIN; in tcp_output()
375 #define TF_SENTFIN 0x00000010 /* have sent FIN */ macro
2829 if (t_flags & TF_SENTFIN) { in db_print_tflags()
2750 tp->t_flags & TF_SENTFIN), in tcp_do_segment()
474 if (tp->t_flags & TF_SENTFIN) in ctf_outstanding()
634 if ((tp->t_flags & TF_SENTFIN) && in bbr_timer_start()1010 if ((tp->t_flags & TF_SENTFIN) && in bbr_timer_audit()4325 if (tp->t_flags & TF_SENTFIN) { in bbr_check_recovery_mode()7101 if (tp->t_flags & TF_SENTFIN) { in bbr_proc_sack_blk()7466 if (tp->t_flags & TF_SENTFIN) { in bbr_log_ack()7913 (tp->t_flags & TF_SENTFIN)) { in bbr_process_ack()10291 if (tp->t_flags & TF_SENTFIN) in bbr_handoff_ok()12839 ((tp->t_flags & TF_SENTFIN) == 0)) { in bbr_output_wtime()13513 if (tp->t_flags & TF_SENTFIN) { in bbr_output_wtime()13914 tp->t_flags |= TF_SENTFIN; in bbr_output_wtime()[all …]
4503 if ((tp->t_flags & TF_SENTFIN) && in rack_timer_start()7525 if (tp->t_flags & TF_SENTFIN) { in rack_log_ack()8343 (tp->t_flags & TF_SENTFIN)) { in rack_process_ack()10461 if (tp->t_flags & TF_SENTFIN) { in rack_init()10538 if ((tp->t_flags & TF_SENTFIN) && ((tp->snd_max - tp->snd_una) > 1)) { in rack_handoff_ok()11231 if (tp->t_flags & TF_SENTFIN) { in tcp_rack_output()12609 if (tp->t_flags & TF_SENTFIN) { in rack_output()13423 if (flags & TH_FIN && tp->t_flags & TF_SENTFIN && in rack_output()13890 tp->t_flags |= TF_SENTFIN; in rack_output()13937 tp->t_flags |= TF_SENTFIN; in rack_output()