Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dtcp_offload.c155 (tp->t_flags & TF_SENTFIN) == 0) { in tcp_offload_output()
158 tp->t_flags |= TF_SENTFIN; in tcp_offload_output()
H A Dtcp_output.c711 ((tp->t_flags & TF_SENTFIN) == 0 || tp->snd_nxt == tp->snd_una)) in tcp_default_output()
1192 if (flags & TH_FIN && tp->t_flags & TF_SENTFIN && in tcp_default_output()
1543 tp->t_flags |= TF_SENTFIN; in tcp_default_output()
1630 tp->t_flags |= TF_SENTFIN; in tcp_default_output()
H A Dtcp_sack.c1004 if (tp->t_flags & TF_SENTFIN) in tcp_sack_partialack()
H A Dtcp_var.h765 #define TF_SENTFIN 0x00000010 /* have sent FIN */ macro
H A Dtcp_input.c2754 tp->t_flags & TF_SENTFIN) || in tcp_do_segment()
/freebsd/sys/netinet/tcp_stacks/
H A Drack_bbr_common.c491 if (tp->t_flags & TF_SENTFIN) in ctf_outstanding()
H A Dbbr.c622 if ((tp->t_flags & TF_SENTFIN) && in bbr_timer_start()
987 if ((tp->t_flags & TF_SENTFIN) && in bbr_timer_audit()
4295 if (tp->t_flags & TF_SENTFIN) { in bbr_check_recovery_mode()
6988 if (tp->t_flags & TF_SENTFIN) { in bbr_proc_sack_blk()
7351 if (tp->t_flags & TF_SENTFIN) { in bbr_log_ack()
7833 (tp->t_flags & TF_SENTFIN)) { in bbr_process_ack()
10174 if (tp->t_flags & TF_SENTFIN) in bbr_handoff_ok()
12686 ((tp->t_flags & TF_SENTFIN) == 0)) { in bbr_output_wtime()
13298 if (flags & TH_FIN && tp->t_flags & TF_SENTFIN) { in bbr_output_wtime()
13323 if (tp->t_flags & TF_SENTFIN) { in bbr_output_wtime()
[all …]
H A Drack.c6101 if ((tp->t_flags & TF_SENTFIN) && in rack_timer_start()
7461 ((tp->t_flags & TF_SENTFIN) == 0)) { in rack_remxt_tmr()
10205 if (tp->t_flags & TF_SENTFIN) { in rack_process_to_cumack()
11854 (tp->t_flags & TF_SENTFIN)) { in rack_process_ack()
14282 if (tp->t_flags & TF_SENTFIN) in rack_init_outstanding()
14874 if ((tp->t_flags & TF_SENTFIN) && ((tp->snd_max - tp->snd_una) > 1)) { in rack_handoff_ok()
15907 (tp->t_flags & TF_SENTFIN)) { in rack_do_compressed_ack_processing()
16050 (tp->t_flags & TF_SENTFIN)) { in rack_do_compressed_ack_processing()
16914 if (tp->t_flags & TF_SENTFIN) { in tcp_rack_output()
20563 if (tp->t_flags & TF_SENTFIN) { in rack_output()
[all …]