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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sctp/
H A Dtransport.c164 SCTP_ASSERT(transport->dead, "Transport is not dead", return);
319 SCTP_ASSERT(tp, "NULL transport", return);
322 SCTP_ASSERT(tp->rto_pending, "rto_pending not set", return);
H A Dendpointola.c251 SCTP_ASSERT(ep->base.dead, "Endpoint is not dead", return);
H A Dassociola.c463 SCTP_ASSERT(asoc->base.dead, "Assoc is not dead", return);
1458 SCTP_ASSERT(asoc->rwnd, "rwnd zero", return);
1459 SCTP_ASSERT(!asoc->rwnd_over, "rwnd_over not zero", return);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/sctp/
H A Dsctp.h299 #define SCTP_ASSERT(expr, str, func) \ macro
312 #define SCTP_ASSERT(expr, str, func) macro
611 SCTP_ASSERT(sizeof(struct sctp_ulpevent) <=

Completed in 174 milliseconds