Searched refs:TF_SENTFIN (Results 1 – 9 of 9) sorted by relevance
156 (tp->t_flags & TF_SENTFIN) == 0) { in tcp_offload_output()159 tp->t_flags |= TF_SENTFIN; in tcp_offload_output()
723 ((tp->t_flags & TF_SENTFIN) == 0 || tp->snd_nxt == tp->snd_una)) in tcp_default_output()1197 if (flags & TH_FIN && tp->t_flags & TF_SENTFIN && in tcp_default_output()1552 tp->t_flags |= TF_SENTFIN; in tcp_default_output()1639 tp->t_flags |= TF_SENTFIN; in tcp_default_output()
897 if (tp->t_flags & TF_SENTFIN) in tcp_sack_partialack()
783 #define TF_SENTFIN 0x00000010 /* have sent FIN */ macro
2859 if (t_flags & TF_SENTFIN) { in db_print_tflags()
2797 tp->t_flags & TF_SENTFIN), in tcp_do_segment()
493 if (tp->t_flags & TF_SENTFIN) in ctf_outstanding()
624 if ((tp->t_flags & TF_SENTFIN) && in bbr_timer_start()991 if ((tp->t_flags & TF_SENTFIN) && in bbr_timer_audit()4301 if (tp->t_flags & TF_SENTFIN) { in bbr_check_recovery_mode()6984 if (tp->t_flags & TF_SENTFIN) { in bbr_proc_sack_blk()7347 if (tp->t_flags & TF_SENTFIN) { in bbr_log_ack()7829 (tp->t_flags & TF_SENTFIN)) { in bbr_process_ack()10170 if (tp->t_flags & TF_SENTFIN) in bbr_handoff_ok()12675 ((tp->t_flags & TF_SENTFIN) == 0)) { in bbr_output_wtime()13291 if (flags & TH_FIN && tp->t_flags & TF_SENTFIN) { in bbr_output_wtime()13316 if (tp->t_flags & TF_SENTFIN) { in bbr_output_wtime()[all …]
6434 if ((tp->t_flags & TF_SENTFIN) && in rack_timer_start()7738 ) && ((tp->t_flags & TF_SENTFIN) == 0)) { in rack_remxt_tmr()10530 if (tp->t_flags & TF_SENTFIN) { in rack_process_to_cumack()12363 (tp->t_flags & TF_SENTFIN)) { in rack_process_ack()14810 if (tp->t_flags & TF_SENTFIN) in rack_init_outstanding()15415 if ((tp->t_flags & TF_SENTFIN) && ((tp->snd_max - tp->snd_una) > 1)) { in rack_handoff_ok()16334 (tp->t_flags & TF_SENTFIN)) { in rack_do_compressed_ack_processing()16468 (tp->t_flags & TF_SENTFIN)) { in rack_do_compressed_ack_processing()17306 if (tp->t_flags & TF_SENTFIN) { in tcp_rack_output()20856 if (tp->t_flags & TF_SENTFIN) { in rack_output()[all …]