Searched refs:TF_CLOSING (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet/
H A Dtcp_output.c662 (tp->t_flags & TF_CLOSING)) {
663 tp->t_flags &= ~TF_CLOSING;
990 (tp->t_flags & TF_CLOSING)) {
991 tp->t_flags &= ~TF_CLOSING;
1881 (tp->t_flags & TF_CLOSING)) {
1882 tp->t_flags &= ~TF_CLOSING;
2144 !(tp->t_flags & TF_CLOSING) &&
H A Dtcp_var.h225 #define TF_CLOSING 0x8000000 /* pending tcp close */ macro
H A Dtcp_subr.c988 * timers at this point. Set TF_CLOSING to indicate to tcp_output()
993 if ((tp->t_flags & TF_CLOSING) ||
995 tp->t_flags |= TF_CLOSING;

Completed in 58 milliseconds