Searched refs:SCTPS_ESTABLISHED (Results 1 – 16 of 16) sorted by relevance
422 if (sctp->sctp_state != SCTPS_ESTABLISHED) { in sctp_heartbeat_timer()612 if (sctp->sctp_state < SCTPS_ESTABLISHED) { in sctp_rexmit_timer()622 } else if (sctp->sctp_state >= SCTPS_ESTABLISHED) { in sctp_rexmit_timer()646 case SCTPS_ESTABLISHED: in sctp_rexmit_timer()
58 if (sctp->sctp_state != SCTPS_ESTABLISHED && in sctp_send_shutdown()64 if (sctp->sctp_state == SCTPS_ESTABLISHED) { in sctp_send_shutdown()
67 case SCTPS_ESTABLISHED: in sctp_display()
346 if (sctp->sctp_state > SCTPS_ESTABLISHED || in sctp_bind_add()470 if (sctp->sctp_state > SCTPS_ESTABLISHED || in sctp_bind_del()
1330 if (sctp->sctp_state == SCTPS_ESTABLISHED && in sctp_process_cookie()1359 if (sctp->sctp_state < SCTPS_ESTABLISHED) in sctp_process_cookie()1383 if (sctp->sctp_state < SCTPS_ESTABLISHED) { in sctp_process_cookie()1413 if (sctp->sctp_state < SCTPS_ESTABLISHED) { in sctp_process_cookie()
114 if (sctp->sctp_state == SCTPS_ESTABLISHED || in sctp_kstat_update()622 if (sctp->sctp_state == SCTPS_ESTABLISHED || in sctp_snmp_get_mib2()916 case SCTPS_ESTABLISHED: in sctp_snmp_state()
365 sctp->sctp_state >= SCTPS_ESTABLISHED && in sctp_disconnect()377 while (sctp->sctp_state >= SCTPS_ESTABLISHED && in sctp_disconnect()463 if (sctp->sctp_state >= SCTPS_ESTABLISHED) in sctp_closei_local()972 if (sctp->sctp_state < SCTPS_ESTABLISHED) in sctp_update_pmtu()
860 if (sctp->sctp_state != SCTPS_ESTABLISHED || in sctp_rc_timer()934 sctp->sctp_state < SCTPS_ESTABLISHED) { in sctp_wput_asconf()1745 if (sctp->sctp_state != SCTPS_ESTABLISHED) in sctp_set_peerprim()
1840 if (sctp->sctp_state == SCTPS_ESTABLISHED) { in sctp_make_sack()3600 if (sctp->sctp_state >= SCTPS_ESTABLISHED) { in sctp_process_abort()3746 sctp->sctp_state < SCTPS_ESTABLISHED) { in sctp_input_data()3791 case SCTPS_ESTABLISHED: in sctp_input_data()4445 if (sctp->sctp_state >= SCTPS_ESTABLISHED && send_sack) { in sctp_recvd()
240 if (sctp->sctp_state > SCTPS_ESTABLISHED || in sctp_sendmsg()300 if (sctp->sctp_state == SCTPS_ESTABLISHED) in sctp_sendmsg()
423 (sctp)->sctp_state = SCTPS_ESTABLISHED; \
742 sctp_assoc_event(sctp, sctp->sctp_state < SCTPS_ESTABLISHED ? in sctp_faddr_dead()
1567 if (sctp->sctp_state >= SCTPS_ESTABLISHED && !sctp->sctp_loopback && in sctp_getmyaddrs()
442 #define SCTPS_ESTABLISHED 0 /* established */ macro473 #define SCTP_ESTABLISHED SCTPS_ESTABLISHED
583 if (sctp->sctp_state >= SCTPS_ESTABLISHED && !sctp->sctp_loopback) { in sctp_getsockaddr()
554 case SCTPS_ESTABLISHED: return ("SCTPS_ESTABLISHED"); in state2str()