Home
last modified time | relevance | path

Searched refs:zone_ext_refcnt (Results 1 – 3 of 3) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/
Duser_mbuf.c59 sctp_zone_t zone_ext_refcnt; variable
219 refcnt = SCTP_ZONE_GET(zone_ext_refcnt, u_int); in clust_constructor_dup()
224 refcnt = SCTP_ZONE_GET(zone_ext_refcnt, u_int); in clust_constructor_dup()
516 SCTP_ZONE_INIT(zone_ext_refcnt, MBUF_EXTREFCNT_MEM_NAME, sizeof(u_int), 0); in mbuf_initialize()
656 refcnt = SCTP_ZONE_GET(zone_ext_refcnt, u_int); in mb_ctor_clust()
788 SCTP_ZONE_FREE(zone_ext_refcnt, (u_int*)m->m_ext.ref_cnt); in mb_free_ext()
Duser_mbuf.h89 extern sctp_zone_t zone_ext_refcnt;
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_pcb.c6965 SCTP_ZONE_DESTROY(zone_ext_refcnt);