Searched refs:SCTP_ASSERT (Results 1 – 4 of 4) sorted by relevance
/linux-2.6.39/net/sctp/ |
D | transport.c | 166 SCTP_ASSERT(transport->dead, "Transport is not dead", return); in sctp_transport_destroy() 320 SCTP_ASSERT(tp, "NULL transport", return); in sctp_transport_update_rto() 323 SCTP_ASSERT(tp->rto_pending, "rto_pending not set", return); in sctp_transport_update_rto()
|
D | endpointola.c | 251 SCTP_ASSERT(ep->base.dead, "Endpoint is not dead", return); in sctp_endpoint_destroy()
|
D | associola.c | 465 SCTP_ASSERT(asoc->base.dead, "Assoc is not dead", return); in sctp_association_destroy() 1470 SCTP_ASSERT(asoc->rwnd, "rwnd zero", return); in sctp_assoc_rwnd_decrease() 1471 SCTP_ASSERT(!asoc->rwnd_over, "rwnd_over not zero", return); in sctp_assoc_rwnd_decrease()
|
/linux-2.6.39/include/net/sctp/ |
D | sctp.h | 310 #define SCTP_ASSERT(expr, str, func) \ macro 324 #define SCTP_ASSERT(expr, str, func) macro 623 SCTP_ASSERT(sizeof(struct sctp_ulpevent) <= in sctp_sanity_check()
|