Home
last modified time | relevance | path

Searched refs:TF_CLOSING (Results 1 – 4 of 4) sorted by relevance

/xnu-12377.1.9/bsd/netinet/
H A Dtcp_output.c1490 (tp->t_flags & TF_CLOSING)) { in tcp_output()
1491 tp->t_flags &= ~TF_CLOSING; in tcp_output()
2015 (tp->t_flags & TF_CLOSING)) { in tcp_output()
2016 tp->t_flags &= ~TF_CLOSING; in tcp_output()
3354 (tp->t_flags & TF_CLOSING)) { in tcp_output()
3355 tp->t_flags &= ~TF_CLOSING; in tcp_output()
3746 !(tp->t_flags & TF_CLOSING) && in tcp_ip_output()
3764 if (fadv_congested && !IN_FASTRECOVERY(tp) && !(tp->t_flags & TF_CLOSING) && in tcp_ip_output()
H A Dtcp_var.h458 #define TF_CLOSING 0x8000000 /* pending tcp close */ macro
H A Dtcp_subr.c1686 if ((tp->t_flags & TF_CLOSING) || in tcp_close()
1688 tp->t_flags |= TF_CLOSING; in tcp_close()
H A Dtcp_input.c5802 tp->t_flags |= TF_CLOSING; in tcp_input()
6210 tp->t_flags |= TF_CLOSING; in tcp_input()