SCTP_INACTIVE     801 net/sctp/associola.c 			transport->state = SCTP_INACTIVE;
SCTP_INACTIVE     833 net/sctp/associola.c 		if ((t->state == SCTP_INACTIVE) ||
SCTP_INACTIVE     780 net/sctp/outqueue.c 		} else if ((new_transport->state == SCTP_INACTIVE) ||
SCTP_INACTIVE     958 net/sctp/outqueue.c 			    ((new_transport->state == SCTP_INACTIVE) ||
SCTP_INACTIVE    1577 net/sctp/outqueue.c 			if ((transport->state == SCTP_INACTIVE) ||
SCTP_INACTIVE     448 net/sctp/sm_sideeffect.c 	if (transport->state != SCTP_INACTIVE &&
SCTP_INACTIVE     627 net/sctp/sm_sideeffect.c 	if ((t->state == SCTP_INACTIVE) || (t->state == SCTP_UNCONFIRMED))