Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/netinet/
H A Dsctp_constants.h471 #define SCTP_CLEAR_SUBSTATE(_stcb, _substate) \ macro
/f-stack/freebsd/netinet/
H A Dsctp_constants.h471 #define SCTP_CLEAR_SUBSTATE(_stcb, _substate) \ macro
H A Dsctp_pcb.c3372 SCTP_CLEAR_SUBSTATE(asoc, SCTP_STATE_IN_ACCEPT_QUEUE); in sctp_inpcb_free()
3519 SCTP_CLEAR_SUBSTATE(asoc, SCTP_STATE_IN_ACCEPT_QUEUE); in sctp_inpcb_free()
4799 SCTP_CLEAR_SUBSTATE(stcb, SCTP_STATE_IN_ACCEPT_QUEUE); in sctp_free_assoc()
4883 SCTP_CLEAR_SUBSTATE(stcb, SCTP_STATE_IN_ACCEPT_QUEUE); in sctp_free_assoc()
H A Dsctputil.c7613 SCTP_CLEAR_SUBSTATE(stcb, SCTP_STATE_SHUTDOWN_PENDING); in sctp_set_state()
H A Dsctp_usrreq.c7301 SCTP_CLEAR_SUBSTATE(stcb, SCTP_STATE_IN_ACCEPT_QUEUE);