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 | 5756 SCTP_ZONE_FREE(SCTP_BASE_INFO(ipi_zone_chunk), chk); 5789 SCTP_ZONE_FREE(SCTP_BASE_INFO(ipi_zone_chunk), chk); 5819 SCTP_ZONE_FREE(SCTP_BASE_INFO(ipi_zone_chunk), chk); 5840 SCTP_ZONE_FREE(SCTP_BASE_INFO(ipi_zone_chunk), chk); 5854 SCTP_ZONE_FREE(SCTP_BASE_INFO(ipi_zone_chunk), chk); 5867 SCTP_ZONE_FREE(SCTP_BASE_INFO(ipi_zone_chunk), chk); 6756 SCTP_ZONE_INIT(SCTP_BASE_INFO(ipi_zone_chunk), "sctp_chunk", 7054 SCTP_ZONE_DESTROY(SCTP_BASE_INFO(ipi_zone_chunk));
|