Searched refs:SCTPS_LISTEN (Results 1 – 13 of 13) sorted by relevance
164 sctp->sctp_state = SCTPS_LISTEN; in sctp_listen()353 if (sctp->sctp_state > SCTPS_LISTEN) { in sctp_bind_add()480 if (sctp->sctp_state > SCTPS_LISTEN) { in sctp_bind_del()621 lsctp->sctp_state == SCTPS_LISTEN) { in sctp_bindi()
58 case SCTPS_LISTEN: in sctp_display()
350 if (sctp->sctp_state > SCTPS_LISTEN) { in sctp_set_initmsg()1273 if (sctp->sctp_state >= SCTPS_LISTEN) { in sctp_set_opt()1304 if (sctp->sctp_state >= SCTPS_LISTEN) { in sctp_set_opt()1379 if ((sctp->sctp_state <= SCTPS_LISTEN) && in sctp_getsockname()1394 if ((sctp->sctp_state <= SCTPS_LISTEN) && in sctp_getsockname()
319 if (sctp->sctp_state > SCTPS_LISTEN) in sctp_valid_addr_list()1806 if (sctp->sctp_state > SCTPS_LISTEN) { in sctp_get_addrlist()1831 if (sctp->sctp_state > SCTPS_LISTEN) { in sctp_get_addrlist()
174 if (sctp->sctp_condemned || sctp->sctp_state <= SCTPS_LISTEN) { in cl_sctp_walk_list_stack()
312 case SCTPS_LISTEN: in sctp_disconnect()1423 (psctp->sctp_state == SCTPS_LISTEN)); in sctp_create()
877 case SCTPS_LISTEN: in sctp_snmp_state()
539 if (sctp->sctp_state <= SCTPS_LISTEN) { in sctp_send_initack()
1559 if (sctp->sctp_state <= SCTPS_LISTEN || !sctps->sctps_addip_enabled || in sctp_del_ip()
3750 sctp->sctp_state != SCTPS_LISTEN) { in sctp_input_data()3953 case SCTPS_LISTEN: in sctp_input_data()
438 #define SCTPS_LISTEN -3 /* listening for connection */ macro470 #define SCTP_LISTEN SCTPS_LISTEN
643 if ((sctp->sctp_state <= SCTPS_LISTEN) && in sctp_getsockaddr()659 if ((sctp->sctp_state <= SCTPS_LISTEN) && in sctp_getsockaddr()
550 case SCTPS_LISTEN: return ("SCTPS_LISTEN"); in state2str()