Searched refs:_stcb (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/netinet/ |
| H A D | sctp_var.h | 102 #define sctp_free_a_readq(_stcb, _readq) { \ argument 109 #define sctp_free_a_readq(_stcb, _readq) { \ argument 115 #define sctp_alloc_a_readq(_stcb, _readq) { \ argument 131 #define sctp_alloc_a_strmoq(_stcb, _strmoq) { \ argument 145 if (_stcb) { \ 146 SCTP_TCB_LOCK_ASSERT((_stcb)); \ 157 (_stcb)->asoc.free_chunk_cnt++; \ 166 #define sctp_alloc_a_chunk(_stcb, _chk) { \ argument 167 if (TAILQ_EMPTY(&(_stcb)->asoc.free_chunks)) { \ 175 (_chk) = TAILQ_FIRST(&(_stcb)->asoc.free_chunks); \ [all …]
|
| H A D | sctp_constants.h | 467 #define SCTP_GET_STATE(_stcb) \ argument 468 ((_stcb)->asoc.state & SCTP_STATE_MASK) 469 #define SCTP_SET_STATE(_stcb, _state) \ argument 470 sctp_set_state(_stcb, _state) 471 #define SCTP_CLEAR_SUBSTATE(_stcb, _substate) \ argument 472 (_stcb)->asoc.state &= ~(_substate) 473 #define SCTP_ADD_SUBSTATE(_stcb, _substate) \ argument 474 sctp_add_substate(_stcb, _substate)
|
| /f-stack/tools/compat/include/netinet/ |
| H A D | sctp_constants.h | 467 #define SCTP_GET_STATE(_stcb) \ argument 468 ((_stcb)->asoc.state & SCTP_STATE_MASK) 469 #define SCTP_SET_STATE(_stcb, _state) \ argument 470 sctp_set_state(_stcb, _state) 471 #define SCTP_CLEAR_SUBSTATE(_stcb, _substate) \ argument 472 (_stcb)->asoc.state &= ~(_substate) 473 #define SCTP_ADD_SUBSTATE(_stcb, _substate) \ argument 474 sctp_add_substate(_stcb, _substate)
|