Searched defs:_stcb (Results 1 – 2 of 2) sorted by relevance
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/ |
D | sctp_var.h | 107 #define sctp_free_a_readq(_stcb, _readq) { \ argument 114 #define sctp_free_a_readq(_stcb, _readq) { \ argument 120 #define sctp_alloc_a_readq(_stcb, _readq) { \ argument 127 #define sctp_free_a_strmoq(_stcb, _strmoq, _so_locked) { \ argument 136 #define sctp_alloc_a_strmoq(_stcb, _strmoq) { \ argument 145 #define sctp_free_a_chunk(_stcb, _chk, _so_locked) { \ argument 171 #define sctp_alloc_a_chunk(_stcb, _chk) { \ argument
|
D | sctp_constants.h | 481 #define SCTP_GET_STATE(_stcb) \ argument 483 #define SCTP_SET_STATE(_stcb, _state) \ argument 485 #define SCTP_CLEAR_SUBSTATE(_stcb, _substate) \ argument 487 #define SCTP_ADD_SUBSTATE(_stcb, _substate) \ argument
|