Home
last modified time | relevance | path

Searched refs:TF_SENTFIN (Results 1 – 9 of 9) sorted by relevance

/freebsd-13-stable/sys/netinet/
HDtcp_offload.c155 (tp->t_flags & TF_SENTFIN) == 0) { in tcp_offload_output()
158 tp->t_flags |= TF_SENTFIN; in tcp_offload_output()
HDtcp_output.c727 ((tp->t_flags & TF_SENTFIN) == 0 || tp->snd_nxt == tp->snd_una)) in tcp_output()
1204 if (flags & TH_FIN && tp->t_flags & TF_SENTFIN && in tcp_output()
1582 tp->t_flags |= TF_SENTFIN; in tcp_output()
1663 tp->t_flags |= TF_SENTFIN; in tcp_output()
HDtcp_sack.c876 if (tp->t_flags & TF_SENTFIN) in tcp_sack_partialack()
HDtcp_var.h389 #define TF_SENTFIN 0x00000010 /* have sent FIN */ macro
HDtcp_usrreq.c2744 if (t_flags & TF_SENTFIN) { in db_print_tflags()
HDtcp_input.c2820 tp->t_flags & TF_SENTFIN), in tcp_do_segment()
/freebsd-13-stable/sys/netinet/tcp_stacks/
HDrack_bbr_common.c538 if (tp->t_flags & TF_SENTFIN) in ctf_outstanding()
HDbbr.c631 if ((tp->t_flags & TF_SENTFIN) && in bbr_timer_start()
999 if ((tp->t_flags & TF_SENTFIN) && in bbr_timer_audit()
4316 if (tp->t_flags & TF_SENTFIN) { in bbr_check_recovery_mode()
7029 if (tp->t_flags & TF_SENTFIN) { in bbr_proc_sack_blk()
7392 if (tp->t_flags & TF_SENTFIN) { in bbr_log_ack()
7839 (tp->t_flags & TF_SENTFIN)) { in bbr_process_ack()
10231 if (tp->t_flags & TF_SENTFIN) in bbr_handoff_ok()
12769 ((tp->t_flags & TF_SENTFIN) == 0)) { in bbr_output_wtime()
13391 if (flags & TH_FIN && tp->t_flags & TF_SENTFIN) { in bbr_output_wtime()
13416 if (tp->t_flags & TF_SENTFIN) { in bbr_output_wtime()
[all …]
HDrack.c5399 if ((tp->t_flags & TF_SENTFIN) && in rack_timer_start()
6607 ) && ((tp->t_flags & TF_SENTFIN) == 0)) { in rack_remxt_tmr()
8754 if (tp->t_flags & TF_SENTFIN) { in rack_process_to_cumack()
9940 (tp->t_flags & TF_SENTFIN)) { in rack_process_ack()
12281 if (tp->t_flags & TF_SENTFIN) in rack_init()
12387 if ((tp->t_flags & TF_SENTFIN) && ((tp->snd_max - tp->snd_una) > 1)) { in rack_handoff_ok()
13249 (tp->t_flags & TF_SENTFIN)) { in rack_do_compressed_ack_processing()
13380 (tp->t_flags & TF_SENTFIN)) { in rack_do_compressed_ack_processing()
14153 if (tp->t_flags & TF_SENTFIN) { in tcp_rack_output()
17016 if (tp->t_flags & TF_SENTFIN) { in rack_output()
[all …]