Lines Matching refs:sctp_clog
116 struct sctp_cwnd_log sctp_clog[SCTP_STAT_LOG_SIZE]; variable
128 sctp_clog[sctp_cwnd_log_at].from = (u_int8_t)from; in sctp_log_strm_del_alt()
129 sctp_clog[sctp_cwnd_log_at].event_type = (u_int8_t)SCTP_LOG_EVENT_STRM; in sctp_log_strm_del_alt()
130 sctp_clog[sctp_cwnd_log_at].x.strlog.n_tsn = tsn; in sctp_log_strm_del_alt()
131 sctp_clog[sctp_cwnd_log_at].x.strlog.n_sseq = sseq; in sctp_log_strm_del_alt()
132 sctp_clog[sctp_cwnd_log_at].x.strlog.e_tsn = 0; in sctp_log_strm_del_alt()
133 sctp_clog[sctp_cwnd_log_at].x.strlog.e_sseq = 0; in sctp_log_strm_del_alt()
146 sctp_clog[sctp_cwnd_log_at].from = (u_int8_t)from; in sctp_log_map()
147 sctp_clog[sctp_cwnd_log_at].event_type = (u_int8_t)SCTP_LOG_EVENT_MAP; in sctp_log_map()
148 sctp_clog[sctp_cwnd_log_at].x.map.base = map; in sctp_log_map()
149 sctp_clog[sctp_cwnd_log_at].x.map.cum = cum; in sctp_log_map()
150 sctp_clog[sctp_cwnd_log_at].x.map.high = high; in sctp_log_map()
163 sctp_clog[sctp_cwnd_log_at].from = (u_int8_t)from; in sctp_log_fr()
164 sctp_clog[sctp_cwnd_log_at].event_type = (u_int8_t)SCTP_LOG_EVENT_FR; in sctp_log_fr()
165 sctp_clog[sctp_cwnd_log_at].x.fr.largest_tsn = biggest_tsn; in sctp_log_fr()
166 sctp_clog[sctp_cwnd_log_at].x.fr.largest_new_tsn = biggest_new_tsn; in sctp_log_fr()
167 sctp_clog[sctp_cwnd_log_at].x.fr.tsn = tsn; in sctp_log_fr()
184 sctp_clog[sctp_cwnd_log_at].from = (u_int8_t)from; in sctp_log_strm_del()
185 sctp_clog[sctp_cwnd_log_at].event_type = (u_int8_t)SCTP_LOG_EVENT_STRM; in sctp_log_strm_del()
186 sctp_clog[sctp_cwnd_log_at].x.strlog.n_tsn = chk->rec.data.TSN_seq; in sctp_log_strm_del()
187 sctp_clog[sctp_cwnd_log_at].x.strlog.n_sseq = chk->rec.data.stream_seq; in sctp_log_strm_del()
189 sctp_clog[sctp_cwnd_log_at].x.strlog.e_tsn = in sctp_log_strm_del()
191 sctp_clog[sctp_cwnd_log_at].x.strlog.e_sseq = in sctp_log_strm_del()
194 sctp_clog[sctp_cwnd_log_at].x.strlog.e_tsn = 0; in sctp_log_strm_del()
195 sctp_clog[sctp_cwnd_log_at].x.strlog.e_sseq = 0; in sctp_log_strm_del()
208 sctp_clog[sctp_cwnd_log_at].from = (u_int8_t)from; in sctp_log_cwnd()
209 sctp_clog[sctp_cwnd_log_at].event_type = (u_int8_t)SCTP_LOG_EVENT_CWND; in sctp_log_cwnd()
210 sctp_clog[sctp_cwnd_log_at].x.cwnd.net = net; in sctp_log_cwnd()
211 sctp_clog[sctp_cwnd_log_at].x.cwnd.cwnd_new_value = net->cwnd; in sctp_log_cwnd()
212 sctp_clog[sctp_cwnd_log_at].x.cwnd.inflight = net->flight_size; in sctp_log_cwnd()
213 sctp_clog[sctp_cwnd_log_at].x.cwnd.cwnd_augment = augment; in sctp_log_cwnd()
224 sctp_clog[sctp_cwnd_log_at].from = (u_int8_t)from; in sctp_log_maxburst()
225 sctp_clog[sctp_cwnd_log_at].event_type = (u_int8_t)SCTP_LOG_EVENT_MAXBURST; in sctp_log_maxburst()
226 sctp_clog[sctp_cwnd_log_at].x.cwnd.net = net; in sctp_log_maxburst()
227 sctp_clog[sctp_cwnd_log_at].x.cwnd.cwnd_new_value = error; in sctp_log_maxburst()
228 sctp_clog[sctp_cwnd_log_at].x.cwnd.inflight = net->flight_size; in sctp_log_maxburst()
229 sctp_clog[sctp_cwnd_log_at].x.cwnd.cwnd_augment = burst; in sctp_log_maxburst()
240 sctp_clog[sctp_cwnd_log_at].from = (u_int8_t)from; in sctp_log_rwnd()
241 sctp_clog[sctp_cwnd_log_at].event_type = (u_int8_t)SCTP_LOG_EVENT_RWND; in sctp_log_rwnd()
242 sctp_clog[sctp_cwnd_log_at].x.rwnd.rwnd = peers_rwnd; in sctp_log_rwnd()
243 sctp_clog[sctp_cwnd_log_at].x.rwnd.send_size = snd_size; in sctp_log_rwnd()
244 sctp_clog[sctp_cwnd_log_at].x.rwnd.overhead = overhead; in sctp_log_rwnd()
245 sctp_clog[sctp_cwnd_log_at].x.rwnd.new_rwnd = 0; in sctp_log_rwnd()
256 sctp_clog[sctp_cwnd_log_at].from = (u_int8_t)from; in sctp_log_rwnd_set()
257 sctp_clog[sctp_cwnd_log_at].event_type = (u_int8_t)SCTP_LOG_EVENT_RWND; in sctp_log_rwnd_set()
258 sctp_clog[sctp_cwnd_log_at].x.rwnd.rwnd = peers_rwnd; in sctp_log_rwnd_set()
259 sctp_clog[sctp_cwnd_log_at].x.rwnd.send_size = flight_size; in sctp_log_rwnd_set()
260 sctp_clog[sctp_cwnd_log_at].x.rwnd.overhead = overhead; in sctp_log_rwnd_set()
261 sctp_clog[sctp_cwnd_log_at].x.rwnd.new_rwnd = a_rwndval; in sctp_log_rwnd_set()
272 sctp_clog[sctp_cwnd_log_at].from = (u_int8_t)from; in sctp_log_mbcnt()
273 sctp_clog[sctp_cwnd_log_at].event_type = (u_int8_t)SCTP_LOG_EVENT_MBCNT; in sctp_log_mbcnt()
274 sctp_clog[sctp_cwnd_log_at].x.mbcnt.total_queue_size = total_oq; in sctp_log_mbcnt()
275 sctp_clog[sctp_cwnd_log_at].x.mbcnt.size_change = book; in sctp_log_mbcnt()
276 sctp_clog[sctp_cwnd_log_at].x.mbcnt.total_queue_mb_size = total_mbcnt_q; in sctp_log_mbcnt()
277 sctp_clog[sctp_cwnd_log_at].x.mbcnt.mbcnt_change = mbcnt; in sctp_log_mbcnt()
289 sctp_clog[sctp_cwnd_log_at].from = (u_int8_t)from; in sctp_log_block()
290 sctp_clog[sctp_cwnd_log_at].event_type = (u_int8_t)SCTP_LOG_EVENT_BLOCK; in sctp_log_block()
291 sctp_clog[sctp_cwnd_log_at].x.blk.maxmb = (u_int16_t)(so->so_snd.sb_mbmax/1024); in sctp_log_block()
292 sctp_clog[sctp_cwnd_log_at].x.blk.onmb = asoc->total_output_mbuf_queue_size; in sctp_log_block()
293 sctp_clog[sctp_cwnd_log_at].x.blk.maxsb = (u_int16_t)(so->so_snd.sb_hiwat/1024); in sctp_log_block()
294 sctp_clog[sctp_cwnd_log_at].x.blk.onsb = asoc->total_output_queue_size; in sctp_log_block()
295 …sctp_clog[sctp_cwnd_log_at].x.blk.send_sent_qcnt = (u_int16_t)(asoc->send_queue_cnt + asoc->sent_q… in sctp_log_block()
296 sctp_clog[sctp_cwnd_log_at].x.blk.stream_qcnt = (u_int16_t)asoc->stream_queue_cnt; in sctp_log_block()
368 req->log[i] = sctp_clog[at]; in sctp_fill_stat_log()