Searched refs:TCPS_CLOSED (Results 1 - 11 of 11) sorted by relevance

/xnu-2422.115.4/bsd/netinet/
H A Dtcp_fsm.h75 #define TCPS_CLOSED 0 /* closed */ macro
92 #define TCP6S_CLOSED TCPS_CLOSED
H A Dtcp_timer.c384 tp->t_state != TCPS_CLOSED) {
401 ((tp != NULL) && (tp->t_state == TCPS_CLOSED) &&
439 struct tcpcb *, tp, int32_t, TCPS_CLOSED);
530 if (tw_tp->t_state == TCPS_CLOSED ||
H A Dtcp_subr.c935 struct tcpcb *, tp, int32_t, TCPS_CLOSED);
936 tp->t_state = TCPS_CLOSED;
1025 struct tcpcb *, tp, int32_t, TCPS_CLOSED);
1202 tp->t_state = TCPS_CLOSED;
H A Dip_compat.h503 #define TCPS_CLOSED 0 /* closed */
H A Dtcp_usrreq.c2232 tp->t_state = TCPS_CLOSED;
2287 case TCPS_CLOSED:
H A Dmptcp_usrreq.c871 if (mp_tp->mpt_state == TCPS_CLOSED) {
H A Dtcp_input.c1777 if (tp->t_state == TCPS_CLOSED)
5059 if (tp != NULL && tp->t_state == TCPS_CLOSED &&
H A Dflow_divert.c2774 if (tp == NULL || tp->t_state != TCPS_CLOSED) {
/xnu-2422.115.4/bsd/dev/dtrace/scripts/
H A Dtcp.d51 inline int TCPS_CLOSED = 0;
52 #pragma D binding "1.0" TCPS_CLOSED
174 T->t_state == TCPS_CLOSED ? "state-closed" :
/xnu-2422.115.4/bsd/kern/
H A Dsys_generic.c2145 tp->t_state == TCPS_CLOSED) {
2169 tp->t_state == TCPS_CLOSED) {
/xnu-2422.115.4/bsd/net/
H A Dpf.c1299 TCPS_CLOSED;
1312 (*state)->src.state = (*state)->dst.state = TCPS_CLOSED;
4904 s->dst.state = TCPS_CLOSED;
5983 (*state)->src.state = (*state)->dst.state = TCPS_CLOSED;

Completed in 89 milliseconds