Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dtcp_offload.c157 (tp->t_flags & TF_SENTFIN) == 0) { in tcp_offload_output()
160 tp->t_flags |= TF_SENTFIN; in tcp_offload_output()
H A Dtcp_output.c715 ((tp->t_flags & TF_SENTFIN) == 0 || tp->snd_nxt == tp->snd_una)) in tcp_output()
1161 if (flags & TH_FIN && tp->t_flags & TF_SENTFIN && in tcp_output()
1518 tp->t_flags |= TF_SENTFIN; in tcp_output()
1599 tp->t_flags |= TF_SENTFIN; in tcp_output()
H A Dtcp_var.h375 #define TF_SENTFIN 0x00000010 /* have sent FIN */ macro
H A Dtcp_usrreq.c2829 if (t_flags & TF_SENTFIN) { in db_print_tflags()
H A Dtcp_input.c2750 tp->t_flags & TF_SENTFIN), in tcp_do_segment()
/f-stack/freebsd/netinet/tcp_stacks/
H A Drack_bbr_common.c474 if (tp->t_flags & TF_SENTFIN) in ctf_outstanding()
H A Dbbr.c634 if ((tp->t_flags & TF_SENTFIN) && in bbr_timer_start()
1010 if ((tp->t_flags & TF_SENTFIN) && in bbr_timer_audit()
4325 if (tp->t_flags & TF_SENTFIN) { in bbr_check_recovery_mode()
7101 if (tp->t_flags & TF_SENTFIN) { in bbr_proc_sack_blk()
7466 if (tp->t_flags & TF_SENTFIN) { in bbr_log_ack()
7913 (tp->t_flags & TF_SENTFIN)) { in bbr_process_ack()
10291 if (tp->t_flags & TF_SENTFIN) in bbr_handoff_ok()
12839 ((tp->t_flags & TF_SENTFIN) == 0)) { in bbr_output_wtime()
13513 if (tp->t_flags & TF_SENTFIN) { in bbr_output_wtime()
13914 tp->t_flags |= TF_SENTFIN; in bbr_output_wtime()
[all …]
H A Drack.c4503 if ((tp->t_flags & TF_SENTFIN) && in rack_timer_start()
7525 if (tp->t_flags & TF_SENTFIN) { in rack_log_ack()
8343 (tp->t_flags & TF_SENTFIN)) { in rack_process_ack()
10461 if (tp->t_flags & TF_SENTFIN) { in rack_init()
10538 if ((tp->t_flags & TF_SENTFIN) && ((tp->snd_max - tp->snd_una) > 1)) { in rack_handoff_ok()
11231 if (tp->t_flags & TF_SENTFIN) { in tcp_rack_output()
12609 if (tp->t_flags & TF_SENTFIN) { in rack_output()
13423 if (flags & TH_FIN && tp->t_flags & TF_SENTFIN && in rack_output()
13890 tp->t_flags |= TF_SENTFIN; in rack_output()
13937 tp->t_flags |= TF_SENTFIN; in rack_output()
/f-stack/tools/compat/include/netinet/
H A Dtcp_var.h375 #define TF_SENTFIN 0x00000010 /* have sent FIN */ macro