Home
last modified time | relevance | path

Searched refs:SCTPS_ESTABLISHED (Results 1 – 16 of 16) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_timer.c422 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()
H A Dsctp_shutdown.c58 if (sctp->sctp_state != SCTPS_ESTABLISHED && in sctp_send_shutdown()
64 if (sctp->sctp_state == SCTPS_ESTABLISHED) { in sctp_send_shutdown()
H A Dsctp_misc.c67 case SCTPS_ESTABLISHED: in sctp_display()
H A Dsctp_bind.c346 if (sctp->sctp_state > SCTPS_ESTABLISHED || in sctp_bind_add()
470 if (sctp->sctp_state > SCTPS_ESTABLISHED || in sctp_bind_del()
H A Dsctp_cookie.c1330 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()
H A Dsctp_snmp.c114 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()
H A Dsctp.c365 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()
H A Dsctp_asconf.c860 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()
H A Dsctp_input.c1839 if (sctp->sctp_state == SCTPS_ESTABLISHED) { in sctp_make_sack()
3591 if (sctp->sctp_state >= SCTPS_ESTABLISHED) { in sctp_process_abort()
3737 sctp->sctp_state < SCTPS_ESTABLISHED) { in sctp_input_data()
3782 case SCTPS_ESTABLISHED: in sctp_input_data()
4436 if (sctp->sctp_state >= SCTPS_ESTABLISHED && send_sack) { in sctp_recvd()
H A Dsctp_output.c240 if (sctp->sctp_state > SCTPS_ESTABLISHED || in sctp_sendmsg()
300 if (sctp->sctp_state == SCTPS_ESTABLISHED) in sctp_sendmsg()
H A Dsctp_impl.h423 (sctp)->sctp_state = SCTPS_ESTABLISHED; \
H A Dsctp_common.c742 sctp_assoc_event(sctp, sctp->sctp_state < SCTPS_ESTABLISHED ? in sctp_faddr_dead()
H A Dsctp_addr.c1567 if (sctp->sctp_state >= SCTPS_ESTABLISHED && !sctp->sctp_loopback && in sctp_getmyaddrs()
/illumos-gate/usr/src/uts/common/netinet/
H A Dsctp.h442 #define SCTPS_ESTABLISHED 0 /* established */ macro
473 #define SCTP_ESTABLISHED SCTPS_ESTABLISHED
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dvfs.c583 if (sctp->sctp_state >= SCTPS_ESTABLISHED && !sctp->sctp_loopback) { in sctp_getsockaddr()
/illumos-gate/usr/src/cmd/mdb/common/modules/sctp/
H A Dsctp.c554 case SCTPS_ESTABLISHED: return ("SCTPS_ESTABLISHED"); in state2str()