Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/netinet/
H A Dtcp_output.c1061 (tp->t_flags & TF_CLOSING)) { in tcp_output()
1062 tp->t_flags &= ~TF_CLOSING; in tcp_output()
1578 (tp->t_flags & TF_CLOSING)) { in tcp_output()
1579 tp->t_flags &= ~TF_CLOSING; in tcp_output()
2728 (tp->t_flags & TF_CLOSING)) { in tcp_output()
2729 tp->t_flags &= ~TF_CLOSING; in tcp_output()
3088 !(tp->t_flags & TF_CLOSING) && in tcp_ip_output()
H A Dtcp_var.h313 #define TF_CLOSING 0x8000000 /* pending tcp close */ macro
H A Dtcp_subr.c1465 if ((tp->t_flags & TF_CLOSING) || in tcp_close()
1467 tp->t_flags |= TF_CLOSING; in tcp_close()
H A Dtcp_input.c4957 tp->t_flags |= TF_CLOSING; in tcp_input()
5330 tp->t_flags |= TF_CLOSING; in tcp_input()