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

/xnu-2782.1.97/bsd/netinet/
H A Dtcp_fsm.h75 #define TCPS_CLOSED 0 /* closed */ macro
92 #define TCP6S_CLOSED TCPS_CLOSED
H A Dtcp_timer.c403 tp->t_state != TCPS_CLOSED) {
420 ((tp != NULL) && (tp->t_state == TCPS_CLOSED) &&
458 struct tcpcb *, tp, int32_t, TCPS_CLOSED);
549 if (tw_tp->t_state == TCPS_CLOSED ||
H A Dtcp_subr.c975 struct tcpcb *, tp, int32_t, TCPS_CLOSED);
976 tp->t_state = TCPS_CLOSED;
1065 struct tcpcb *, tp, int32_t, TCPS_CLOSED);
1106 int32_t, TCPS_CLOSED);
1107 tp->t_state = TCPS_CLOSED;
1226 tp->t_state = TCPS_CLOSED;
H A Dip_compat.h503 #define TCPS_CLOSED 0 /* closed */
H A Dtcp_usrreq.c2338 tp->t_state = TCPS_CLOSED;
2393 case TCPS_CLOSED:
H A Dmptcp_opt.c452 (tp->t_state == TCPS_CLOSED)) {
H A Dtcp_input.c1930 if (tp->t_state == TCPS_CLOSED)
5245 if (tp != NULL && tp->t_state == TCPS_CLOSED &&
H A Dtcp_output.c872 (tp->t_state > TCPS_CLOSED) &&
H A Dflow_divert.c2787 if (tp == NULL || tp->t_state != TCPS_CLOSED) {
/xnu-2782.1.97/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-2782.1.97/bsd/kern/
H A Dsys_generic.c2165 tp->t_state == TCPS_CLOSED) {
2189 tp->t_state == TCPS_CLOSED) {
/xnu-2782.1.97/bsd/net/
H A Dpf.c1299 TCPS_CLOSED;
1312 (*state)->src.state = (*state)->dst.state = TCPS_CLOSED;
4903 s->dst.state = TCPS_CLOSED;
5982 (*state)->src.state = (*state)->dst.state = TCPS_CLOSED;

Completed in 90 milliseconds