Home
last modified time | relevance | path

Searched refs:SCTP_STATE_WAS_ABORTED (Results 1 – 5 of 5) sorted by relevance

/f-stack/tools/compat/include/netinet/
H A Dsctp_constants.h463 #define SCTP_STATE_WAS_ABORTED 0x0800 macro
/f-stack/freebsd/netinet/
H A Dsctp_constants.h463 #define SCTP_STATE_WAS_ABORTED 0x0800 macro
H A Dsctp_output.c13197 ((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()
H A Dsctputil.c1075 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()
H A Dsctp_input.c5453 if ((stcb->asoc.state & SCTP_STATE_WAS_ABORTED) || in sctp_common_input_processing()