Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dsctp_var.h119 #define sctp_free_a_strmoq(_stcb, _strmoq, _so_locked) { \ argument
120 if ((_strmoq)->holds_key_ref) { \
122 (_strmoq)->holds_key_ref = 0; \
124 SCTP_ZONE_FREE(SCTP_BASE_INFO(ipi_zone_strmoq), (_strmoq)); \
128 #define sctp_alloc_a_strmoq(_stcb, _strmoq) { \ argument
129 (_strmoq) = SCTP_ZONE_GET(SCTP_BASE_INFO(ipi_zone_strmoq), struct sctp_stream_queue_pending); \
130 if ((_strmoq)) { \
131 memset(_strmoq, 0, sizeof(struct sctp_stream_queue_pending)); \
133 (_strmoq)->holds_key_ref = 0; \