Home
last modified time | relevance | path

Searched refs:_strmoq (Results 1 – 1 of 1) sorted by relevance

/trueos/sys/netinet/
HDsctp_var.h113 #define sctp_free_a_strmoq(_stcb, _strmoq, _so_locked) { \ argument
114 if ((_strmoq)->holds_key_ref) { \
116 (_strmoq)->holds_key_ref = 0; \
118 SCTP_ZONE_FREE(SCTP_BASE_INFO(ipi_zone_strmoq), (_strmoq)); \
122 #define sctp_alloc_a_strmoq(_stcb, _strmoq) { \ argument
123 (_strmoq) = SCTP_ZONE_GET(SCTP_BASE_INFO(ipi_zone_strmoq), struct sctp_stream_queue_pending); \
124 if ((_strmoq)) { \
125 memset(_strmoq, 0, sizeof(struct sctp_stream_queue_pending)); \
127 (_strmoq)->holds_key_ref = 0; \