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

/external/chromium_org/third_party/usrsctp/usrsctplib/
H A Duser_mbuf.c125 mret = SCTP_ZONE_GET(zone_mbuf, struct mbuf);
165 mret = SCTP_ZONE_GET(zone_mbuf, struct mbuf);
216 refcnt = SCTP_ZONE_GET(zone_ext_refcnt, u_int);
222 refcnt = SCTP_ZONE_GET(zone_ext_refcnt, u_int);
257 mclust_ret = SCTP_ZONE_GET(zone_clust, char);
268 /* mclust_ret = SCTP_ZONE_GET(zone_clust, char);
272 mclust_ret = SCTP_ZONE_GET(zone_clust, char);
521 refcnt = SCTP_ZONE_GET(zone_ext_refcnt, u_int);
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_var.h111 (_readq) = SCTP_ZONE_GET(SCTP_BASE_INFO(ipi_zone_readq), struct sctp_queued_to_read); \
127 (_strmoq) = SCTP_ZONE_GET(SCTP_BASE_INFO(ipi_zone_strmoq), struct sctp_stream_queue_pending); \
163 (_chk) = SCTP_ZONE_GET(SCTP_BASE_INFO(ipi_zone_chunk), struct sctp_tmit_chunk); \
H A Dsctp_os_userspace.h711 /* __Userspace__ SCTP_ZONE_GET: allocate element from the zone */
712 #define SCTP_ZONE_GET(zone, type) \ macro
744 /* __Userspace__ SCTP_ZONE_GET: allocate element from the zone */
745 #define SCTP_ZONE_GET(zone, type) \ macro
H A Dsctp_pcb.c786 wi = SCTP_ZONE_GET(SCTP_BASE_INFO(ipi_zone_laddr), struct sctp_laddr);
894 wi = SCTP_ZONE_GET(SCTP_BASE_INFO(ipi_zone_laddr), struct sctp_laddr);
2808 inp = SCTP_ZONE_GET(SCTP_BASE_INFO(ipi_zone_ep), struct sctp_inpcb);
3194 laddr = SCTP_ZONE_GET(SCTP_BASE_INFO(ipi_zone_laddr), struct sctp_laddr);
4549 net = SCTP_ZONE_GET(SCTP_BASE_INFO(ipi_zone_net), struct sctp_nets);
5077 stcb = SCTP_ZONE_GET(SCTP_BASE_INFO(ipi_zone_asoc), struct sctp_tcb);
6357 laddr = SCTP_ZONE_GET(SCTP_BASE_INFO(ipi_zone_laddr), struct sctp_laddr);
H A Dsctp_asconf.c805 ack = SCTP_ZONE_GET(SCTP_BASE_INFO(ipi_zone_asconf_ack),
3280 wi = SCTP_ZONE_GET(SCTP_BASE_INFO(ipi_zone_laddr), struct sctp_laddr);
H A Dsctputil.c6853 wi = SCTP_ZONE_GET(SCTP_BASE_INFO(ipi_zone_laddr), struct sctp_laddr);

Completed in 203 milliseconds