Searched refs:ipi_zone_chunk (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/ |
D | sctp_var.h | 148 SCTP_ZONE_FREE(SCTP_BASE_INFO(ipi_zone_chunk), (_chk)); \ 156 SCTP_ZONE_FREE(SCTP_BASE_INFO(ipi_zone_chunk), (_chk)); \ 163 (_chk) = SCTP_ZONE_GET(SCTP_BASE_INFO(ipi_zone_chunk), struct sctp_tmit_chunk); \
|
D | sctp_pcb.h | 199 sctp_zone_t ipi_zone_chunk; member
|
D | sctp_pcb.c | 5661 SCTP_ZONE_FREE(SCTP_BASE_INFO(ipi_zone_chunk), chk); 5694 SCTP_ZONE_FREE(SCTP_BASE_INFO(ipi_zone_chunk), chk); 5724 SCTP_ZONE_FREE(SCTP_BASE_INFO(ipi_zone_chunk), chk); 5745 SCTP_ZONE_FREE(SCTP_BASE_INFO(ipi_zone_chunk), chk); 5759 SCTP_ZONE_FREE(SCTP_BASE_INFO(ipi_zone_chunk), chk); 5772 SCTP_ZONE_FREE(SCTP_BASE_INFO(ipi_zone_chunk), chk); 6661 SCTP_ZONE_INIT(SCTP_BASE_INFO(ipi_zone_chunk), "sctp_chunk", 6956 SCTP_ZONE_DESTROY(SCTP_BASE_INFO(ipi_zone_chunk));
|