Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dsctp_var.h122 #define sctp_free_a_strmoq(_stcb, _strmoq, _so_locked) { \ argument
123 if ((_strmoq)->holds_key_ref) { \
125 (_strmoq)->holds_key_ref = 0; \
127 SCTP_ZONE_FREE(SCTP_BASE_INFO(ipi_zone_strmoq), (_strmoq)); \
131 #define sctp_alloc_a_strmoq(_stcb, _strmoq) { \ argument
132 (_strmoq) = SCTP_ZONE_GET(SCTP_BASE_INFO(ipi_zone_strmoq), struct sctp_stream_queue_pending); \
133 if ((_strmoq)) { \
134 memset(_strmoq, 0, sizeof(struct sctp_stream_queue_pending)); \
136 (_strmoq)->holds_key_ref = 0; \