Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/netinet/
H A Dtcp_output.c1012 if ((tp->t_flags & TF_SENTFIN) && in tcp_output()
1516 (!(tp->t_flags & TF_SENTFIN) || tp->snd_nxt == tp->snd_una)) { in tcp_output()
2245 if ((flags & TH_FIN) && (tp->t_flags & TF_SENTFIN) && in tcp_output()
2417 !(tp->t_flags & TF_SENTFIN)) { in tcp_output()
2419 tp->t_flags |= TF_SENTFIN; in tcp_output()
2524 !(tp->t_flags & TF_SENTFIN)) { in tcp_output()
2526 tp->t_flags |= TF_SENTFIN; in tcp_output()
H A Dtcp_var.h290 #define TF_SENTFIN 0x00010 /* have sent FIN */ macro
881 #define TF_SENTFIN 0x00010 /* have sent FIN */ macro
H A Dtcp_input.c847 if (tp->t_flags & TF_SENTFIN) { in tcp_reduce_congestion_window()
4447 if (tp->t_flags & TF_SENTFIN) { in tcp_input()
4592 if (tp->t_flags & TF_SENTFIN) { in tcp_input()
H A Dtcp_timer.c1085 (tp->t_flags & TF_SENTFIN) != 0 && tp->t_rxtshift >= 4) || in tcp_timers()
H A Dtcp_subr.c4410 if (tp->t_flags & TF_SENTFIN) { in inp_get_sndbytes_allunsent()