Home
last modified time | relevance | path

Searched refs:SCTP_STATE_INUSE (Results 1 – 6 of 6) sorted by relevance

/freebsd/cddl/lib/libdtrace/
H A Dsctp.d50 #pragma D binding "1.13" SCTP_STATE_INUSE
51 inline int32_t SCTP_STATE_INUSE = 0x00000001; variable
73 (state & SCTP_STATE_MASK) == SCTP_STATE_INUSE ? "state-closed" :
/freebsd/sys/netinet/
H A Dsctp_peeloff.c75 (state == SCTP_STATE_INUSE)) { in sctp_can_peel_off()
105 (state == SCTP_STATE_INUSE)) { in sctp_do_peeloff()
H A Dsctp_constants.h449 #define SCTP_STATE_INUSE 0x0001 macro
H A Dsctputil.c1081 case SCTP_STATE_INUSE: in sctp_map_assoc_state()
1135 SCTP_SET_STATE(stcb, SCTP_STATE_INUSE); in sctp_init_asoc()
7675 (new_state == SCTP_STATE_INUSE))) { in sctp_set_state()
H A Dsctp_input.c5189 (SCTP_GET_STATE(stcb) != SCTP_STATE_INUSE) && in sctp_process_control()
5605 case SCTP_STATE_INUSE: /* should not happen */ in sctp_common_input_processing()
H A Dsctp_output.c5855 (SCTP_GET_STATE(stcb) == SCTP_STATE_INUSE) || in sctp_send_initiate_ack()