Home
last modified time | relevance | path

Searched refs:SCTP_STATE_INUSE (Results 1 – 5 of 5) sorted by relevance

/external/usrsctp/usrsctplib/netinet/
Dsctp_peeloff.c84 (state == SCTP_STATE_INUSE)) { in sctp_can_peel_off()
114 (state == SCTP_STATE_INUSE)) { in sctp_do_peeloff()
Dsctp_constants.h466 #define SCTP_STATE_INUSE 0x0001 macro
Dsctputil.c1123 case SCTP_STATE_INUSE: in sctp_map_assoc_state()
1175 SCTP_SET_STATE(stcb, SCTP_STATE_INUSE); in sctp_init_asoc()
8794 (new_state == SCTP_STATE_INUSE))) {
Dsctp_input.c1564 case SCTP_STATE_INUSE: in sctp_handle_init_ack()
6071 case SCTP_STATE_INUSE: /* should not happen */
Dsctp_output.c6392 (SCTP_GET_STATE(stcb) == SCTP_STATE_INUSE) ||