Home
last modified time | relevance | path

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

/xnu-8796.141.3/bsd/netinet/
H A Dtcp_output.c1155 (tp->t_flags & TF_CLOSING)) { in tcp_output()
1156 tp->t_flags &= ~TF_CLOSING; in tcp_output()
1672 (tp->t_flags & TF_CLOSING)) { in tcp_output()
1673 tp->t_flags &= ~TF_CLOSING; in tcp_output()
2991 (tp->t_flags & TF_CLOSING)) { in tcp_output()
2992 tp->t_flags &= ~TF_CLOSING; in tcp_output()
3365 !(tp->t_flags & TF_CLOSING) && in tcp_ip_output()
H A Dtcp_var.h320 #define TF_CLOSING 0x8000000 /* pending tcp close */ macro
H A Dtcp_subr.c1470 if ((tp->t_flags & TF_CLOSING) || in tcp_close()
1472 tp->t_flags |= TF_CLOSING; in tcp_close()
H A Dtcp_input.c5240 tp->t_flags |= TF_CLOSING; in tcp_input()
5616 tp->t_flags |= TF_CLOSING; in tcp_input()