Searched refs:SCTP_ZONE_FREE (Results 1 – 5 of 5) sorted by relevance
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/ |
D | sctp_var.h | 110 SCTP_ZONE_FREE(SCTP_BASE_INFO(ipi_zone_readq), (_readq)); \ 115 SCTP_ZONE_FREE(SCTP_BASE_INFO(ipi_zone_readq), (_readq)); \ 132 SCTP_ZONE_FREE(SCTP_BASE_INFO(ipi_zone_strmoq), (_strmoq)); \ 158 SCTP_ZONE_FREE(SCTP_BASE_INFO(ipi_zone_chunk), (_chk)); \ 166 SCTP_ZONE_FREE(SCTP_BASE_INFO(ipi_zone_chunk), (_chk)); \ 201 SCTP_ZONE_FREE(SCTP_BASE_INFO(ipi_zone_net), (__net)); \ 246 SCTP_ZONE_FREE(SCTP_BASE_INFO(ipi_zone_net), (__net)); \
|
D | sctp_pcb.c | 2853 SCTP_ZONE_FREE(SCTP_BASE_INFO(ipi_zone_ep), inp); 2887 SCTP_ZONE_FREE(SCTP_BASE_INFO(ipi_zone_ep), inp); 2909 SCTP_ZONE_FREE(SCTP_BASE_INFO(ipi_zone_ep), inp); 2923 SCTP_ZONE_FREE(SCTP_BASE_INFO(ipi_zone_ep), inp); 2941 SCTP_ZONE_FREE(SCTP_BASE_INFO(ipi_zone_ep), inp); 3258 SCTP_ZONE_FREE(SCTP_BASE_INFO(ipi_zone_laddr), laddr); 4277 SCTP_ZONE_FREE(SCTP_BASE_INFO(ipi_zone_asoc), asoc); 4299 SCTP_ZONE_FREE(SCTP_BASE_INFO(ipi_zone_ep), inp); 5089 SCTP_ZONE_FREE(SCTP_BASE_INFO(ipi_zone_asoc), stcb); 5101 SCTP_ZONE_FREE(SCTP_BASE_INFO(ipi_zone_asoc), stcb); [all …]
|
D | sctp_os_userspace.h | 696 #define SCTP_ZONE_FREE(zone, element) { \ macro 729 #define SCTP_ZONE_FREE(zone, element) \ macro
|
D | sctp_asconf.c | 682 SCTP_ZONE_FREE(SCTP_BASE_INFO(ipi_zone_asconf_ack), ack); in sctp_handle_asconf() 2332 SCTP_ZONE_FREE(SCTP_BASE_INFO(ipi_zone_laddr), l); in sctp_asconf_iterator_end()
|
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/ |
D | user_mbuf.c | 199 SCTP_ZONE_FREE(zone_mbuf, m); in m_free() 787 SCTP_ZONE_FREE(zone_clust, m->m_ext.ext_buf); in mb_free_ext() 788 SCTP_ZONE_FREE(zone_ext_refcnt, (u_int*)m->m_ext.ref_cnt); in mb_free_ext() 811 SCTP_ZONE_FREE(zone_mbuf, m); in mb_free_ext()
|