Searched refs:SCTP_ZONE_FREE (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_var.h106 SCTP_ZONE_FREE(SCTP_BASE_INFO(ipi_zone_readq), (_readq)); \
122 SCTP_ZONE_FREE(SCTP_BASE_INFO(ipi_zone_strmoq), (_strmoq)); \
148 SCTP_ZONE_FREE(SCTP_BASE_INFO(ipi_zone_chunk), (_chk)); \
156 SCTP_ZONE_FREE(SCTP_BASE_INFO(ipi_zone_chunk), (_chk)); \
196 SCTP_ZONE_FREE(SCTP_BASE_INFO(ipi_zone_net), (__net)); \
244 SCTP_ZONE_FREE(SCTP_BASE_INFO(ipi_zone_net), (__net)); \
H A Dsctp_pcb.c2863 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);
4242 SCTP_ZONE_FREE(SCTP_BASE_INFO(ipi_zone_readq), sq);
4337 SCTP_ZONE_FREE(SCTP_BASE_INFO(ipi_zone_asoc), asoc);
4359 SCTP_ZONE_FREE(SCTP_BASE_INFO(ipi_zone_ep), inp);
5101 SCTP_ZONE_FREE(SCTP_BASE_INF
[all...]
H A Dsctp_os_userspace.h716 /* __Userspace__ SCTP_ZONE_FREE: free element from the zone */
717 #define SCTP_ZONE_FREE(zone, element) { \ macro
749 /* __Userspace__ SCTP_ZONE_FREE: free element from the zone */
750 #define SCTP_ZONE_FREE(zone, element) \ macro
H A Dsctp_asconf.c656 SCTP_ZONE_FREE(SCTP_BASE_INFO(ipi_zone_asconf_ack), ack);
2288 SCTP_ZONE_FREE(SCTP_BASE_INFO(ipi_zone_laddr), l);
H A Dsctputil.c4685 SCTP_ZONE_FREE(SCTP_BASE_INFO(ipi_zone_readq), control);
4731 SCTP_ZONE_FREE(SCTP_BASE_INFO(ipi_zone_readq), control);
/external/chromium_org/third_party/usrsctp/usrsctplib/
H A Duser_mbuf.c200 SCTP_ZONE_FREE(zone_mbuf, m);
652 SCTP_ZONE_FREE(zone_clust, m->m_ext.ext_buf);
653 SCTP_ZONE_FREE(zone_ext_refcnt, (u_int*)m->m_ext.ref_cnt);
676 SCTP_ZONE_FREE(zone_mbuf, m);

Completed in 366 milliseconds