Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/netinet/
H A Dtcp_output.c1437 if ((tp->t_flags & TF_SENTFIN) && in tcp_output()
1954 (!(tp->t_flags & TF_SENTFIN) || tp->snd_nxt == tp->snd_una)) { in tcp_output()
2848 if ((flags & TH_FIN) && (tp->t_flags & TF_SENTFIN) && in tcp_output()
3029 !(tp->t_flags & TF_SENTFIN)) { in tcp_output()
3031 tp->t_flags |= TF_SENTFIN; in tcp_output()
3090 !(tp->t_flags & TF_SENTFIN)) { in tcp_output()
3092 tp->t_flags |= TF_SENTFIN; in tcp_output()
H A Dtcp_sack.c737 if (!((tp->t_flags & TF_SENTFIN) && tp->snd_nxt == tp->snd_max - 1) && in tcp_sack_partialack()
H A Dtcp_var.h435 #define TF_SENTFIN 0x00010 /* have sent FIN */ macro
1131 #define TF_SENTFIN 0x00010 /* have sent FIN */ macro
H A Dtcp_timer.c1089 (tp->t_flags & TF_SENTFIN) != 0 && tp->t_rxtshift >= 4) || in tcp_timers()
H A Dtcp_input.c858 if (tp->t_flags & TF_SENTFIN) { in tcp_enter_fast_recovery()
5353 if (tp->t_flags & TF_SENTFIN) { in tcp_input()
H A Dtcp_subr.c5418 if (tp->t_flags & TF_SENTFIN) { in inp_get_sndbytes_allunsent()