Searched refs:SCTP_ZONE_INIT (Results 1 – 3 of 3) sorted by relevance
/external/usrsctp/usrsctplib/netinet/ |
D | sctp_os_userspace.h | 722 #define SCTP_ZONE_INIT(zone, name, size, number) { \ macro 755 #define SCTP_ZONE_INIT(zone, name, size, number) { \ macro
|
D | sctp_pcb.c | 6722 SCTP_ZONE_INIT(SCTP_BASE_INFO(ipi_zone_ep), "sctp_ep", 6725 SCTP_ZONE_INIT(SCTP_BASE_INFO(ipi_zone_asoc), "sctp_asoc", 6728 SCTP_ZONE_INIT(SCTP_BASE_INFO(ipi_zone_laddr), "sctp_laddr", 6732 SCTP_ZONE_INIT(SCTP_BASE_INFO(ipi_zone_net), "sctp_raddr", 6736 SCTP_ZONE_INIT(SCTP_BASE_INFO(ipi_zone_chunk), "sctp_chunk", 6740 SCTP_ZONE_INIT(SCTP_BASE_INFO(ipi_zone_readq), "sctp_readq", 6744 SCTP_ZONE_INIT(SCTP_BASE_INFO(ipi_zone_strmoq), "sctp_stream_msg_out", 6748 SCTP_ZONE_INIT(SCTP_BASE_INFO(ipi_zone_asconf), "sctp_asconf", 6752 SCTP_ZONE_INIT(SCTP_BASE_INFO(ipi_zone_asconf_ack), "sctp_asconf_ack",
|
/external/usrsctp/usrsctplib/ |
D | user_mbuf.c | 506 SCTP_ZONE_INIT(zone_mbuf, MBUF_MEM_NAME, MSIZE, 0); in mbuf_initialize() 517 SCTP_ZONE_INIT(zone_ext_refcnt, MBUF_EXTREFCNT_MEM_NAME, sizeof(u_int), 0); in mbuf_initialize() 525 SCTP_ZONE_INIT(zone_clust, MBUF_CLUSTER_MEM_NAME, MCLBYTES, 0); in mbuf_initialize()
|