Searched refs:_readq (Results 1 – 1 of 1) sorted by relevance
102 #define sctp_free_a_readq(_stcb, _readq) { \ argument103 if ((_readq)->on_strm_q) \104 panic("On strm q stcb:%p readq:%p", (_stcb), (_readq)); \105 SCTP_ZONE_FREE(SCTP_BASE_INFO(ipi_zone_readq), (_readq)); \109 #define sctp_free_a_readq(_stcb, _readq) { \ argument110 SCTP_ZONE_FREE(SCTP_BASE_INFO(ipi_zone_readq), (_readq)); \115 #define sctp_alloc_a_readq(_stcb, _readq) { \ argument116 (_readq) = SCTP_ZONE_GET(SCTP_BASE_INFO(ipi_zone_readq), struct sctp_queued_to_read); \117 if ((_readq)) { \