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.c664 return sctp_sf_authenticate(asoc, &auth) == SCTP_IERROR_NO_ERROR;
3203 case SCTP_IERROR_NO_ERROR:
3323 case SCTP_IERROR_NO_ERROR:
4416 return SCTP_IERROR_NO_ERROR;
6674 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 121 milliseconds