Home
last modified time | relevance | path

Searched refs:substate (Results 1 – 2 of 2) sorted by relevance

/freebsd/crypto/openssl/doc/designs/quic-design/
H A Dconnection-state-machine.md10 - The Idle substate (which is simply the state before we have started trying to
67 substate is included for exposition; no time will generally be spent in it
521 the `TERMINATING.CLOSING` substate.
/freebsd/sys/netinet/
H A Dsctputil.c7681 sctp_add_substate(struct sctp_tcb *stcb, int substate) in sctp_add_substate() argument
7687 KASSERT((substate & SCTP_STATE_MASK) == 0, in sctp_add_substate()
7689 substate)); in sctp_add_substate()
7690 stcb->asoc.state |= substate; in sctp_add_substate()
7692 if (((substate & SCTP_STATE_ABOUT_TO_BE_FREED) && in sctp_add_substate()
7694 ((substate & SCTP_STATE_SHUTDOWN_PENDING) && in sctp_add_substate()