Home
last modified time | relevance | path

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

/Linux-v5.10/net/sctp/
Dsm_make_chunk.c2975 if (SCTP_ERROR_NO_ERROR == err_code) { in sctp_add_asconf_response()
2993 if (SCTP_ERROR_NO_ERROR == err_code) in sctp_add_asconf_response()
3108 return SCTP_ERROR_NO_ERROR; in sctp_process_asconf_param()
3145 return SCTP_ERROR_NO_ERROR; in sctp_process_asconf_param()
3273 if (err_code != SCTP_ERROR_NO_ERROR) in sctp_process_asconf()
3374 err_code = SCTP_ERROR_NO_ERROR; in sctp_get_asconf_response()
3393 return SCTP_ERROR_NO_ERROR; in sctp_get_asconf_response()
3422 __be16 err_code = SCTP_ERROR_NO_ERROR; in sctp_process_asconf_ack()
3455 err_code = SCTP_ERROR_NO_ERROR; in sctp_process_asconf_ack()
3460 if (no_err && (SCTP_ERROR_NO_ERROR != err_code)) in sctp_process_asconf_ack()
[all …]
Dsm_statefuns.c1029 SCTP_PERR(SCTP_ERROR_NO_ERROR)); in sctp_sf_sendbeat_8_3()
1077 SCTP_PERR(SCTP_ERROR_NO_ERROR)); in sctp_sf_send_reconf()
2599 __be16 error = SCTP_ERROR_NO_ERROR; in __sctp_sf_do_9_1_abort()
2630 __be16 error = SCTP_ERROR_NO_ERROR; in sctp_sf_cookie_wait_abort()
2670 return sctp_stop_t1_and_abort(net, commands, SCTP_ERROR_NO_ERROR, in sctp_sf_cookie_wait_icmp_abort()
5661 SCTP_PERR(SCTP_ERROR_NO_ERROR)); in sctp_sf_do_6_3_3_rtx()
5789 SCTP_PERR(SCTP_ERROR_NO_ERROR)); in sctp_sf_t1_init_timer_expire()
5846 SCTP_PERR(SCTP_ERROR_NO_ERROR)); in sctp_sf_t1_cookie_timer_expire()
5887 SCTP_PERR(SCTP_ERROR_NO_ERROR)); in sctp_sf_t2_timer_expire()
5972 SCTP_PERR(SCTP_ERROR_NO_ERROR)); in sctp_sf_t4_timer_expire()
[all …]
/Linux-v5.10/include/linux/
Dsctp.h468 SCTP_ERROR_NO_ERROR = cpu_to_be16(0x00), enumerator