Home
last modified time | relevance | path

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

/linux-2.4.37.9/net/sctp/
Dsm_make_chunk.c2302 if (SCTP_ERROR_NO_ERROR == err_code) { in sctp_add_asconf_response()
2320 if (SCTP_ERROR_NO_ERROR == err_code) in sctp_add_asconf_response()
2403 return SCTP_ERROR_NO_ERROR; in sctp_process_asconf_param()
2458 if (SCTP_ERROR_NO_ERROR != err_code) in sctp_process_asconf()
2565 err_code = SCTP_ERROR_NO_ERROR; in sctp_get_asconf_response()
2581 return SCTP_ERROR_NO_ERROR; in sctp_get_asconf_response()
2618 __u16 err_code = SCTP_ERROR_NO_ERROR; in sctp_process_asconf_ack()
2645 err_code = SCTP_ERROR_NO_ERROR; in sctp_process_asconf_ack()
2650 if (no_err && (SCTP_ERROR_NO_ERROR != err_code)) in sctp_process_asconf_ack()
2655 case SCTP_ERROR_NO_ERROR: in sctp_process_asconf_ack()
Dsm_statefuns.c875 SCTP_U32(SCTP_ERROR_NO_ERROR)); in sctp_sf_sendbeat_8_3()
2223 __u16 error = SCTP_ERROR_NO_ERROR; in sctp_sf_do_9_1_abort()
2267 __u16 error = SCTP_ERROR_NO_ERROR; in sctp_sf_cookie_wait_abort()
2304 sctp_stop_t1_and_abort(commands, SCTP_ERROR_NO_ERROR); in sctp_sf_cookie_wait_icmp_abort()
4523 SCTP_U32(SCTP_ERROR_NO_ERROR)); in sctp_sf_do_6_3_3_rtx()
4658 SCTP_U32(SCTP_ERROR_NO_ERROR)); in sctp_sf_t1_timer_expire()
4693 SCTP_U32(SCTP_ERROR_NO_ERROR)); in sctp_sf_t2_timer_expire()
4767 SCTP_U32(SCTP_ERROR_NO_ERROR)); in sctp_sf_t4_timer_expire()
4820 SCTP_U32(SCTP_ERROR_NO_ERROR)); in sctp_sf_t5_timer_expire()
/linux-2.4.37.9/include/linux/
Dsctp.h416 SCTP_ERROR_NO_ERROR = __constant_htons(0x00), enumerator