Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/netinet/
HDtcp_offload.c156 (tp->t_flags & TF_SENTFIN) == 0) { in tcp_offload_output()
159 tp->t_flags |= TF_SENTFIN; in tcp_offload_output()
HDtcp_output.c723 ((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()
HDtcp_sack.c897 if (tp->t_flags & TF_SENTFIN) in tcp_sack_partialack()
HDtcp_var.h783 #define TF_SENTFIN 0x00000010 /* have sent FIN */ macro
HDtcp_usrreq.c2859 if (t_flags & TF_SENTFIN) { in db_print_tflags()
HDtcp_input.c2797 tp->t_flags & TF_SENTFIN), in tcp_do_segment()
/freebsd-14-stable/sys/netinet/tcp_stacks/
HDrack_bbr_common.c493 if (tp->t_flags & TF_SENTFIN) in ctf_outstanding()
HDbbr.c624 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 …]
HDrack.c6434 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 …]