Searched refs:_strmoq (Results 1 – 1 of 1) sorted by relevance
127 #define sctp_free_a_strmoq(_stcb, _strmoq, _so_locked) { \ argument128 if ((_strmoq)->holds_key_ref) { \130 (_strmoq)->holds_key_ref = 0; \132 SCTP_ZONE_FREE(SCTP_BASE_INFO(ipi_zone_strmoq), (_strmoq)); \136 #define sctp_alloc_a_strmoq(_stcb, _strmoq) { \ argument137 (_strmoq) = SCTP_ZONE_GET(SCTP_BASE_INFO(ipi_zone_strmoq), struct sctp_stream_queue_pending); \138 if ((_strmoq)) { \139 memset(_strmoq, 0, sizeof(struct sctp_stream_queue_pending)); \141 (_strmoq)->holds_key_ref = 0; \