Searched refs:SCTPS_BOUND (Results 1 – 11 of 11) sorted by relevance
136 if (sctp->sctp_state > SCTPS_BOUND || in sctp_listen()241 if ((sctp->sctp_state >= SCTPS_BOUND) || in sctp_bind()303 ASSERT(sctp->sctp_state == SCTPS_BOUND); in sctp_bind()391 do_listen = !do_asconf && sctp->sctp_state > SCTPS_BOUND && in sctp_bind_add()499 sctp->sctp_state > SCTPS_BOUND) { in sctp_bind_del()601 lsctp->sctp_state < SCTPS_BOUND) in sctp_bindi()620 } else if (lsctp->sctp_state == SCTPS_BOUND || in sctp_bindi()710 sctp->sctp_state = SCTPS_BOUND; in sctp_bindi()
55 case SCTPS_BOUND: in sctp_display()
1136 if (sctp->sctp_state >= SCTPS_BOUND) { in sctp_set_opt()1142 if (sctp->sctp_state >= SCTPS_BOUND) { in sctp_set_opt()1221 if (sctp->sctp_state < SCTPS_BOUND) { in sctp_set_opt()1314 if (sctp->sctp_state >= SCTPS_BOUND) { in sctp_set_opt()
311 case SCTPS_BOUND: in sctp_disconnect()1422 ASSERT((psctp->sctp_state == SCTPS_BOUND) || in sctp_create()1441 sctp->sctp_state = SCTPS_BOUND; in sctp_create()
499 case SCTPS_BOUND: in sctp_connect()
875 case SCTPS_BOUND: in sctp_snmp_state()
1564 if (sctp->sctp_state > SCTPS_BOUND) in sctp_del_ip()
317 if (sctp->sctp_state >= SCTPS_BOUND) { in sctp_valid_addr_list()
3735 if (sctp->sctp_state > SCTPS_BOUND && in sctp_input_data()
437 #define SCTPS_BOUND -4 /* bound, ready to connect or accept */ macro469 #define SCTP_BOUND SCTPS_BOUND
549 case SCTPS_BOUND: return ("SCTPS_BOUND"); in state2str()