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()
714 ((tp->t_flags & TF_SENTFIN) == 0 || tp->snd_nxt == tp->snd_una)) in tcp_default_output()1195 if (flags & TH_FIN && tp->t_flags & TF_SENTFIN && in tcp_default_output()1555 tp->t_flags |= TF_SENTFIN; in tcp_default_output()1642 tp->t_flags |= TF_SENTFIN; in tcp_default_output()
1011 if (tp->t_flags & TF_SENTFIN) in tcp_sack_partialack()
778 #define TF_SENTFIN 0x00000010 /* have sent FIN */ macro
2849 if (t_flags & TF_SENTFIN) { in db_print_tflags()
2825 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()4302 if (tp->t_flags & TF_SENTFIN) { in bbr_check_recovery_mode()6995 if (tp->t_flags & TF_SENTFIN) { in bbr_proc_sack_blk()7358 if (tp->t_flags & TF_SENTFIN) { in bbr_log_ack()7840 (tp->t_flags & TF_SENTFIN)) { in bbr_process_ack()10181 if (tp->t_flags & TF_SENTFIN) in bbr_handoff_ok()12694 ((tp->t_flags & TF_SENTFIN) == 0)) { in bbr_output_wtime()13310 if (flags & TH_FIN && tp->t_flags & TF_SENTFIN) { in bbr_output_wtime()13335 if (tp->t_flags & TF_SENTFIN) { in bbr_output_wtime()[all …]
6239 if ((tp->t_flags & TF_SENTFIN) && in rack_timer_start()7589 ((tp->t_flags & TF_SENTFIN) == 0)) { in rack_remxt_tmr()10293 if (tp->t_flags & TF_SENTFIN) { in rack_process_to_cumack()11980 (tp->t_flags & TF_SENTFIN)) { in rack_process_ack()14409 if (tp->t_flags & TF_SENTFIN) in rack_init_outstanding()15007 if ((tp->t_flags & TF_SENTFIN) && ((tp->snd_max - tp->snd_una) > 1)) { in rack_handoff_ok()16038 (tp->t_flags & TF_SENTFIN)) { in rack_do_compressed_ack_processing()16181 (tp->t_flags & TF_SENTFIN)) { in rack_do_compressed_ack_processing()17044 if (tp->t_flags & TF_SENTFIN) { in tcp_rack_output()20676 if (tp->t_flags & TF_SENTFIN) { in rack_output()[all …]