Searched refs:SCTP_IERROR_NO_ERROR (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/net/sctp/
H A Dconstants.h139 SCTP_IERROR_NO_ERROR = 0, enumerator in enum:sctp_ierror
/linux-master/net/sctp/
H A Dsm_statefuns.c665 return sctp_sf_authenticate(asoc, &auth) == SCTP_IERROR_NO_ERROR;
3204 case SCTP_IERROR_NO_ERROR:
3324 case SCTP_IERROR_NO_ERROR:
4417 return SCTP_IERROR_NO_ERROR;
6675 return SCTP_IERROR_NO_ERROR;
H A Dsm_make_chunk.c2105 * SCTP_IERROR_NO_ERROR - continue with the chunk
2115 int retval = SCTP_IERROR_NO_ERROR;
2160 * SCTP_IERROR_NO_ERROR - continue with the chunk
2171 int retval = SCTP_IERROR_NO_ERROR;
2341 case SCTP_IERROR_NO_ERROR:

Completed in 142 milliseconds