Home
last modified time | relevance | path

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

/freebsd/cddl/lib/libdtrace/
H A Dsctp.d46 #pragma D binding "1.13" SCTP_STATE_EMPTY
47 inline int32_t SCTP_STATE_EMPTY = 0x00000000; variable
72 (state & SCTP_STATE_MASK) == SCTP_STATE_EMPTY ? "state-closed" :
/freebsd/sys/netinet/
H A Dsctp_peeloff.c74 if ((state == SCTP_STATE_EMPTY) || in sctp_can_peel_off()
104 if ((state == SCTP_STATE_EMPTY) || in sctp_do_peeloff()
H A Dsctp_constants.h448 #define SCTP_STATE_EMPTY 0x0000 macro
H A Dsctputil.c1078 case SCTP_STATE_EMPTY: in sctp_map_assoc_state()
1759 if ((stcb != NULL) && (stcb->asoc.state == SCTP_STATE_EMPTY)) { in sctp_timeout_handler()
1785 ((stcb->asoc.state == SCTP_STATE_EMPTY) || in sctp_timeout_handler()
7673 !(((old_state & SCTP_STATE_MASK) == SCTP_STATE_EMPTY) && in sctp_set_state()
H A Dsctp_input.c5188 (SCTP_GET_STATE(stcb) != SCTP_STATE_EMPTY) && in sctp_process_control()
5604 case SCTP_STATE_EMPTY: /* should not happen */ in sctp_common_input_processing()