Searched refs:SCTP_ZONE_GET (Results 1 – 6 of 6) sorted by relevance
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/ |
D | user_mbuf.c | 124 mret = SCTP_ZONE_GET(zone_mbuf, struct mbuf); in m_get() 164 mret = SCTP_ZONE_GET(zone_mbuf, struct mbuf); in m_gethdr() 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() 256 mclust_ret = SCTP_ZONE_GET(zone_clust, char); in m_clget() 271 mclust_ret = SCTP_ZONE_GET(zone_clust, char); in m_clget() 656 refcnt = SCTP_ZONE_GET(zone_ext_refcnt, u_int); in mb_ctor_clust()
|
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/ |
D | sctp_var.h | 121 (_readq) = SCTP_ZONE_GET(SCTP_BASE_INFO(ipi_zone_readq), struct sctp_queued_to_read); \ 137 (_strmoq) = SCTP_ZONE_GET(SCTP_BASE_INFO(ipi_zone_strmoq), struct sctp_stream_queue_pending); \ 173 (_chk) = SCTP_ZONE_GET(SCTP_BASE_INFO(ipi_zone_chunk), struct sctp_tmit_chunk); \
|
D | sctp_os_userspace.h | 691 #define SCTP_ZONE_GET(zone, type) \ macro 724 #define SCTP_ZONE_GET(zone, type) \ macro
|
D | sctp_pcb.c | 786 wi = SCTP_ZONE_GET(SCTP_BASE_INFO(ipi_zone_laddr), struct sctp_laddr); 892 wi = SCTP_ZONE_GET(SCTP_BASE_INFO(ipi_zone_laddr), struct sctp_laddr); 2790 inp = SCTP_ZONE_GET(SCTP_BASE_INFO(ipi_zone_ep), struct sctp_inpcb); 3146 laddr = SCTP_ZONE_GET(SCTP_BASE_INFO(ipi_zone_laddr), struct sctp_laddr); 3230 laddr = SCTP_ZONE_GET(SCTP_BASE_INFO(ipi_zone_laddr), struct sctp_laddr); 4481 net = SCTP_ZONE_GET(SCTP_BASE_INFO(ipi_zone_net), struct sctp_nets); 5067 stcb = SCTP_ZONE_GET(SCTP_BASE_INFO(ipi_zone_asoc), struct sctp_tcb);
|
D | sctp_asconf.c | 824 ack = SCTP_ZONE_GET(SCTP_BASE_INFO(ipi_zone_asconf_ack), in sctp_handle_asconf() 3281 wi = SCTP_ZONE_GET(SCTP_BASE_INFO(ipi_zone_laddr), struct sctp_laddr); in sctp_addr_mgmt_ep_sa()
|
D | sctputil.c | 7171 wi = SCTP_ZONE_GET(SCTP_BASE_INFO(ipi_zone_laddr), struct sctp_laddr);
|