Home
last modified time | relevance | path

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

/linux-3.4.99/net/sctp/
Dtransport.c166 SCTP_ASSERT(transport->dead, "Transport is not dead", return); in sctp_transport_destroy()
302 SCTP_ASSERT(tp, "NULL transport", return); in sctp_transport_update_rto()
305 SCTP_ASSERT(tp->rto_pending, "rto_pending not set", return); in sctp_transport_update_rto()
Dassociola.c468 SCTP_ASSERT(asoc->base.dead, "Assoc is not dead", return); in sctp_association_destroy()
1473 SCTP_ASSERT(asoc->rwnd, "rwnd zero", return); in sctp_assoc_rwnd_decrease()
1474 SCTP_ASSERT(!asoc->rwnd_over, "rwnd_over not zero", return); in sctp_assoc_rwnd_decrease()
Dendpointola.c253 SCTP_ASSERT(ep->base.dead, "Endpoint is not dead", return); in sctp_endpoint_destroy()
/linux-3.4.99/include/net/sctp/
Dsctp.h312 #define SCTP_ASSERT(expr, str, func) \ macro
326 #define SCTP_ASSERT(expr, str, func) macro
624 SCTP_ASSERT(sizeof(struct sctp_ulpevent) <= in sctp_sanity_check()