Searched refs:substate (Results 1 – 2 of 2) sorted by relevance
481 #define SCTP_CLEAR_SUBSTATE(asoc, substate) ((asoc)->state &= ~substate) argument482 #define SCTP_ADD_SUBSTATE(asoc, substate) ((asoc)->state |= substate) argument
565 Relaxation substate. If the macro @code{md_relax_frag} isn't defined, this is