SCTP_ASSERT       613 include/net/sctp/sctp.h 	SCTP_ASSERT(sizeof(struct sctp_ulpevent) <=
SCTP_ASSERT       457 net/sctp/associola.c 	SCTP_ASSERT(asoc->base.dead, "Assoc is not dead", return);
SCTP_ASSERT      1416 net/sctp/associola.c 	SCTP_ASSERT(asoc->rwnd, "rwnd zero", return);
SCTP_ASSERT      1417 net/sctp/associola.c 	SCTP_ASSERT(!asoc->rwnd_over, "rwnd_over not zero", return);
SCTP_ASSERT       251 net/sctp/endpointola.c 	SCTP_ASSERT(ep->base.dead, "Endpoint is not dead", return);
SCTP_ASSERT       182 net/sctp/transport.c 	SCTP_ASSERT(transport->dead, "Transport is not dead", return);
SCTP_ASSERT       336 net/sctp/transport.c 	SCTP_ASSERT(tp, "NULL transport", return);
SCTP_ASSERT       339 net/sctp/transport.c 	SCTP_ASSERT(tp->rto_pending, "rto_pending not set", return);