Lines Matching refs:cwnd
279 sctp_clog.x.cwnd.net = net; in sctp_log_cwnd()
281 sctp_clog.x.cwnd.cnt_in_send = 255; in sctp_log_cwnd()
283 sctp_clog.x.cwnd.cnt_in_send = stcb->asoc.send_queue_cnt; in sctp_log_cwnd()
285 sctp_clog.x.cwnd.cnt_in_str = 255; in sctp_log_cwnd()
287 sctp_clog.x.cwnd.cnt_in_str = stcb->asoc.stream_queue_cnt; in sctp_log_cwnd()
290 sctp_clog.x.cwnd.cwnd_new_value = net->cwnd; in sctp_log_cwnd()
291 sctp_clog.x.cwnd.inflight = net->flight_size; in sctp_log_cwnd()
292 sctp_clog.x.cwnd.pseudo_cumack = net->pseudo_cumack; in sctp_log_cwnd()
293 sctp_clog.x.cwnd.meets_pseudo_cumack = net->new_pseudo_cumack; in sctp_log_cwnd()
294 sctp_clog.x.cwnd.need_new_pseudo_cumack = net->find_pseudo_cumack; in sctp_log_cwnd()
297 sctp_clog.x.cwnd.meets_pseudo_cumack = stcb->asoc.peers_rwnd; in sctp_log_cwnd()
299 sctp_clog.x.cwnd.cwnd_augment = augment; in sctp_log_cwnd()
359 sctp_clog.x.cwnd.net = net; in sctp_log_maxburst()
360 sctp_clog.x.cwnd.cwnd_new_value = error; in sctp_log_maxburst()
361 sctp_clog.x.cwnd.inflight = net->flight_size; in sctp_log_maxburst()
362 sctp_clog.x.cwnd.cwnd_augment = burst; in sctp_log_maxburst()
364 sctp_clog.x.cwnd.cnt_in_send = 255; in sctp_log_maxburst()
366 sctp_clog.x.cwnd.cnt_in_send = stcb->asoc.send_queue_cnt; in sctp_log_maxburst()
368 sctp_clog.x.cwnd.cnt_in_str = 255; in sctp_log_maxburst()
370 sctp_clog.x.cwnd.cnt_in_str = stcb->asoc.stream_queue_cnt; in sctp_log_maxburst()