Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dtcp_offload.c156 (tp->t_flags & TF_SENTFIN) == 0) { in tcp_offload_output()
159 tp->t_flags |= TF_SENTFIN; in tcp_offload_output()
H A Dtcp_output.c714 ((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()
H A Dtcp_sack.c1011 if (tp->t_flags & TF_SENTFIN) in tcp_sack_partialack()
H A Dtcp_var.h778 #define TF_SENTFIN 0x00000010 /* have sent FIN */ macro
H A Dtcp_usrreq.c2849 if (t_flags & TF_SENTFIN) { in db_print_tflags()
H A Dtcp_input.c2825 tp->t_flags & TF_SENTFIN), in tcp_do_segment()
/freebsd/sys/netinet/tcp_stacks/
H A Drack_bbr_common.c493 if (tp->t_flags & TF_SENTFIN) in ctf_outstanding()
H A Dbbr.c624 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 …]
H A Drack.c6239 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 …]