Home
last modified time | relevance | path

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

/xnu-11417.101.15/bsd/netinet/
H A Dtcp_output.c1254 (tp->t_flags & TF_CLOSING)) { in tcp_output()
1255 tp->t_flags &= ~TF_CLOSING; in tcp_output()
1818 (tp->t_flags & TF_CLOSING)) { in tcp_output()
1819 tp->t_flags &= ~TF_CLOSING; in tcp_output()
3270 (tp->t_flags & TF_CLOSING)) { in tcp_output()
3271 tp->t_flags &= ~TF_CLOSING; in tcp_output()
3658 !(tp->t_flags & TF_CLOSING) && in tcp_ip_output()
H A Dtcp_var.h419 #define TF_CLOSING 0x8000000 /* pending tcp close */ macro
H A Dtcp_subr.c1525 if ((tp->t_flags & TF_CLOSING) || in tcp_close()
1527 tp->t_flags |= TF_CLOSING; in tcp_close()
H A Dtcp_input.c5626 tp->t_flags |= TF_CLOSING; in tcp_input()
6024 tp->t_flags |= TF_CLOSING; in tcp_input()