Searched refs:ipi_zone_ep (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/ |
D | sctp_pcb.c | 2808 inp = SCTP_ZONE_GET(SCTP_BASE_INFO(ipi_zone_ep), struct sctp_inpcb); 2863 SCTP_ZONE_FREE(SCTP_BASE_INFO(ipi_zone_ep), inp); 2885 SCTP_ZONE_FREE(SCTP_BASE_INFO(ipi_zone_ep), inp); 2933 SCTP_ZONE_FREE(SCTP_BASE_INFO(ipi_zone_ep), inp); 2955 SCTP_ZONE_FREE(SCTP_BASE_INFO(ipi_zone_ep), inp); 2969 SCTP_ZONE_FREE(SCTP_BASE_INFO(ipi_zone_ep), inp); 2990 SCTP_ZONE_FREE(SCTP_BASE_INFO(ipi_zone_ep), inp); 4359 SCTP_ZONE_FREE(SCTP_BASE_INFO(ipi_zone_ep), inp); 6742 SCTP_ZONE_INIT(SCTP_BASE_INFO(ipi_zone_ep), "sctp_ep", 7050 SCTP_ZONE_DESTROY(SCTP_BASE_INFO(ipi_zone_ep));
|
D | sctp_pcb.h | 195 sctp_zone_t ipi_zone_ep; member
|