Home
last modified time | relevance | path

Searched refs:SCTP_STREAM_OPEN (Results 1 – 4 of 4) sorted by relevance

/freebsd-12-stable/sys/netinet/
Dsctp_structs.h607 #define SCTP_STREAM_OPEN 0x02 macro
Dsctp_input.c370 asoc->strmout[i].state = SCTP_STREAM_OPEN; in sctp_process_init()
3408 stcb->asoc.strmout[temp].state = SCTP_STREAM_OPEN; in sctp_reset_clear_pending()
3412 stcb->asoc.strmout[i].state = SCTP_STREAM_OPEN; in sctp_reset_clear_pending()
3568 asoc->strmout[i].state = SCTP_STREAM_OPEN; in sctp_handle_stream_reset_response()
3691 if (stcb->asoc.strmout[req->list_of_streams[i]].state == SCTP_STREAM_OPEN) { in sctp_handle_str_reset_request_in()
3698 if (stcb->asoc.strmout[i].state == SCTP_STREAM_OPEN) in sctp_handle_str_reset_request_in()
Dsctp_usrreq.c4694 if (stcb->asoc.strmout[strm].state == SCTP_STREAM_OPEN) {
4702 if (stcb->asoc.strmout[i].state == SCTP_STREAM_OPEN) {
Dsctp_output.c12855 if ((asoc->strmout[srcv->sinfo_stream].state != SCTP_STREAM_OPEN) && in sctp_lower_sosend()
12860 if (asoc->strmout[srcv->sinfo_stream].state > SCTP_STREAM_OPEN) { in sctp_lower_sosend()