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

/xnu-2422.115.4/bsd/netinet/
H A Dtcp_output.c683 (tp->t_flags & TF_CLOSING)) {
684 tp->t_flags &= ~TF_CLOSING;
1062 (tp->t_flags & TF_CLOSING)) {
1063 tp->t_flags &= ~TF_CLOSING;
2062 (tp->t_flags & TF_CLOSING)) {
2063 tp->t_flags &= ~TF_CLOSING;
2348 !(tp->t_flags & TF_CLOSING) &&
H A Dtcp_var.h249 #define TF_CLOSING 0x8000000 /* pending tcp close */ macro
H A Dtcp_subr.c1013 * timers at this point. Set TF_CLOSING to indicate to tcp_output()
1018 if ((tp->t_flags & TF_CLOSING) ||
1020 tp->t_flags |= TF_CLOSING;

Completed in 92 milliseconds