Searched defs:_stcb (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/netinet/ |
H A D | sctp_var.h | 99 #define sctp_free_a_readq(_stcb, _readq) { \ argument 106 #define sctp_free_a_readq(_stcb, _readq) { \ argument 112 #define sctp_alloc_a_readq(_stcb, _readq) { \ argument 119 #define sctp_free_a_strmoq(_stcb, _strmoq, _so_locked) { \ argument 128 #define sctp_alloc_a_strmoq(_stcb, _strmoq) { \ argument 137 #define sctp_free_a_chunk(_stcb, _chk, _so_locked) { \ argument 163 #define sctp_alloc_a_chunk(_stcb, _chk) { \ argument
|
H A D | sctp_constants.h | 464 #define SCTP_GET_STATE(_stcb) \ argument 466 #define SCTP_SET_STATE(_stcb, _state) \ argument 468 #define SCTP_CLEAR_SUBSTATE(_stcb, _substate) \ argument 470 #define SCTP_ADD_SUBSTATE(_stcb, _substate) \ argument
|