Searched refs:SCTP_STATE_WAS_ABORTED (Results 1 – 5 of 5) sorted by relevance
41 inline int32_t SCTP_STATE_WAS_ABORTED = 0x00000800; variable
12854 (asoc->state & SCTP_STATE_WAS_ABORTED)) { in sctp_lower_sosend()12855 if (asoc->state & SCTP_STATE_WAS_ABORTED) { in sctp_lower_sosend()12934 (asoc->state & SCTP_STATE_WAS_ABORTED)) { in sctp_lower_sosend()12936 if (asoc->state & SCTP_STATE_WAS_ABORTED) { in sctp_lower_sosend()12984 KASSERT((asoc->state & SCTP_STATE_WAS_ABORTED) == 0, in sctp_lower_sosend()13070 KASSERT((asoc->state & SCTP_STATE_WAS_ABORTED) == 0, in sctp_lower_sosend()13140 (asoc->state & SCTP_STATE_WAS_ABORTED)) { in sctp_lower_sosend()13141 if (asoc->state & SCTP_STATE_WAS_ABORTED) { in sctp_lower_sosend()13172 KASSERT((asoc->state & SCTP_STATE_WAS_ABORTED) == 0, in sctp_lower_sosend()13196 (asoc->state & SCTP_STATE_WAS_ABORTED)) { in sctp_lower_sosend()[all …]
460 #define SCTP_STATE_WAS_ABORTED 0x0800 macro
1072 if (kernel_state & SCTP_STATE_WAS_ABORTED) { in sctp_map_assoc_state()4380 SCTP_ADD_SUBSTATE(stcb, SCTP_STATE_WAS_ABORTED); in sctp_abort_notification()
5456 if ((stcb->asoc.state & SCTP_STATE_WAS_ABORTED) || in sctp_common_input_processing()