Lines Matching defs:sctp_epinfo

119 struct sctp_epinfo {  struct
120 struct sctpasochead *sctp_asochash;
121 u_long hashasocmark;
123 struct sctppcbhead *sctp_ephash;
124 u_long hashmark;
139 struct sctppcbhead *sctp_tcpephash;
140 u_long hashtcpmark;
141 uint32_t hashtblsize;
143 struct sctppcbhead listhead;
145 struct sctpiterators iteratorhead;
150 struct uma_zone *ipi_zone_ep;
151 struct uma_zone *ipi_zone_asoc;
152 struct uma_zone *ipi_zone_laddr;
153 struct uma_zone *ipi_zone_net;
154 struct uma_zone *ipi_zone_chunk;
155 struct uma_zone *ipi_zone_sockq;
157 struct vm_zone *ipi_zone_ep;
158 struct vm_zone *ipi_zone_asoc;
159 struct vm_zone *ipi_zone_laddr;
160 struct vm_zone *ipi_zone_net;
161 struct vm_zone *ipi_zone_chunk;
162 struct vm_zone *ipi_zone_sockq;
166 struct pool ipi_zone_ep;
167 struct pool ipi_zone_asoc;
168 struct pool ipi_zone_laddr;
169 struct pool ipi_zone_net;
170 struct pool ipi_zone_chunk;
171 struct pool ipi_zone_sockq;
172 struct pool ipi_zone_hash;
176 struct mtx ipi_ep_mtx;
177 struct mtx it_mtx;
179 krwlock_t ipi_ep_mtx;
180 kmutex_t it_mtx;
182 u_int ipi_count_ep;
183 u_quad_t ipi_gencnt_ep;
186 u_int ipi_count_asoc;
187 u_quad_t ipi_gencnt_asoc;
190 u_int ipi_count_laddr;
191 u_quad_t ipi_gencnt_laddr;
194 u_int ipi_count_raddr;
195 u_quad_t ipi_gencnt_raddr;
198 u_int ipi_count_chunk;
199 u_quad_t ipi_gencnt_chunk;
202 u_int ipi_count_sockq;
203 u_quad_t ipi_gencnt_sockq;
205 struct sctpvtaghead vtag_timewait[SCTP_STACK_VTAG_HASH_SIZE];
208 struct calloutlist callqueue;
211 uint32_t mbuf_track;
214 uint16_t lastport;
215 uint16_t lastlow;
216 uint16_t lasthi;