Searched refs:_readq (Results 1 – 1 of 1) sorted by relevance
107 #define sctp_free_a_readq(_stcb, _readq) { \ argument108 if ((_readq)->on_strm_q) \109 panic("On strm q stcb:%p readq:%p", (_stcb), (_readq)); \110 SCTP_ZONE_FREE(SCTP_BASE_INFO(ipi_zone_readq), (_readq)); \114 #define sctp_free_a_readq(_stcb, _readq) { \ argument115 SCTP_ZONE_FREE(SCTP_BASE_INFO(ipi_zone_readq), (_readq)); \120 #define sctp_alloc_a_readq(_stcb, _readq) { \ argument121 (_readq) = SCTP_ZONE_GET(SCTP_BASE_INFO(ipi_zone_readq), struct sctp_queued_to_read); \122 if ((_readq)) { \