Home
last modified time | relevance | path

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

/freebsd/cddl/lib/libdtrace/
H A Dsctp.d41 inline int32_t SCTP_STATE_WAS_ABORTED = 0x00000800; variable
/freebsd/sys/netinet/
H A Dsctp_output.c12854 (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 …]
H A Dsctp_constants.h460 #define SCTP_STATE_WAS_ABORTED 0x0800 macro
H A Dsctputil.c1072 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()
H A Dsctp_input.c5456 if ((stcb->asoc.state & SCTP_STATE_WAS_ABORTED) || in sctp_common_input_processing()