Searched refs:SCTP_STATE_WAS_ABORTED (Results 1 – 5 of 5) sorted by relevance
463 #define SCTP_STATE_WAS_ABORTED 0x0800 macro
13197 ((stcb->asoc.state & SCTP_STATE_WAS_ABORTED) == 0) && in sctp_lower_sosend()13207 (stcb->asoc.state & SCTP_STATE_WAS_ABORTED)) { in sctp_lower_sosend()13213 if (stcb->asoc.state & SCTP_STATE_WAS_ABORTED) { in sctp_lower_sosend()13408 ((stcb->asoc.state & SCTP_STATE_WAS_ABORTED) == 0) && in sctp_lower_sosend()13424 (stcb->asoc.state & SCTP_STATE_WAS_ABORTED)) { in sctp_lower_sosend()13432 (stcb->asoc.state & SCTP_STATE_WAS_ABORTED)) { in sctp_lower_sosend()
1075 if (kernel_state & SCTP_STATE_WAS_ABORTED) { in sctp_map_assoc_state()4343 SCTP_ADD_SUBSTATE(stcb, SCTP_STATE_WAS_ABORTED); in sctp_abort_notification()
5453 if ((stcb->asoc.state & SCTP_STATE_WAS_ABORTED) || in sctp_common_input_processing()