Searched refs:ipi_zone_chunk (Results 1 – 3 of 3) sorted by relevance
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/ |
D | sctp_var.h | 158 SCTP_ZONE_FREE(SCTP_BASE_INFO(ipi_zone_chunk), (_chk)); \ 166 SCTP_ZONE_FREE(SCTP_BASE_INFO(ipi_zone_chunk), (_chk)); \ 173 (_chk) = SCTP_ZONE_GET(SCTP_BASE_INFO(ipi_zone_chunk), struct sctp_tmit_chunk); \
|
D | sctp_pcb.h | 201 sctp_zone_t ipi_zone_chunk; member
|
D | sctp_pcb.c | 5416 SCTP_ZONE_FREE(SCTP_BASE_INFO(ipi_zone_chunk), chk); 5748 SCTP_ZONE_FREE(SCTP_BASE_INFO(ipi_zone_chunk), chk); 5781 SCTP_ZONE_FREE(SCTP_BASE_INFO(ipi_zone_chunk), chk); 5811 SCTP_ZONE_FREE(SCTP_BASE_INFO(ipi_zone_chunk), chk); 5832 SCTP_ZONE_FREE(SCTP_BASE_INFO(ipi_zone_chunk), chk); 5846 SCTP_ZONE_FREE(SCTP_BASE_INFO(ipi_zone_chunk), chk); 6652 SCTP_ZONE_INIT(SCTP_BASE_INFO(ipi_zone_chunk), "sctp_chunk", 6980 SCTP_ZONE_DESTROY(SCTP_BASE_INFO(ipi_zone_chunk));
|