Home
last modified time | relevance | path

Searched refs:SCTP_ERROR_NO_ERROR (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/net/sctp/
Dsm_make_chunk.c2965 if (SCTP_ERROR_NO_ERROR == err_code) { in sctp_add_asconf_response()
2983 if (SCTP_ERROR_NO_ERROR == err_code) in sctp_add_asconf_response()
3113 return SCTP_ERROR_NO_ERROR; in sctp_process_asconf_param()
3234 if (err_code != SCTP_ERROR_NO_ERROR) in sctp_process_asconf()
3337 err_code = SCTP_ERROR_NO_ERROR; in sctp_get_asconf_response()
3356 return SCTP_ERROR_NO_ERROR; in sctp_get_asconf_response()
3391 __be16 err_code = SCTP_ERROR_NO_ERROR; in sctp_process_asconf_ack()
3418 err_code = SCTP_ERROR_NO_ERROR; in sctp_process_asconf_ack()
3423 if (no_err && (SCTP_ERROR_NO_ERROR != err_code)) in sctp_process_asconf_ack()
3428 case SCTP_ERROR_NO_ERROR: in sctp_process_asconf_ack()
Dsm_statefuns.c992 SCTP_PERR(SCTP_ERROR_NO_ERROR)); in sctp_sf_sendbeat_8_3()
2470 __be16 error = SCTP_ERROR_NO_ERROR; in __sctp_sf_do_9_1_abort()
2507 __be16 error = SCTP_ERROR_NO_ERROR; in sctp_sf_cookie_wait_abort()
2544 return sctp_stop_t1_and_abort(net, commands, SCTP_ERROR_NO_ERROR, in sctp_sf_cookie_wait_icmp_abort()
5434 SCTP_PERR(SCTP_ERROR_NO_ERROR)); in sctp_sf_do_6_3_3_rtx()
5561 SCTP_PERR(SCTP_ERROR_NO_ERROR)); in sctp_sf_t1_init_timer_expire()
5617 SCTP_PERR(SCTP_ERROR_NO_ERROR)); in sctp_sf_t1_cookie_timer_expire()
5657 SCTP_PERR(SCTP_ERROR_NO_ERROR)); in sctp_sf_t2_timer_expire()
5742 SCTP_PERR(SCTP_ERROR_NO_ERROR)); in sctp_sf_t4_timer_expire()
5800 SCTP_PERR(SCTP_ERROR_NO_ERROR)); in sctp_sf_t5_timer_expire()
/linux-4.1.27/include/linux/
Dsctp.h458 SCTP_ERROR_NO_ERROR = cpu_to_be16(0x00), enumerator