Home
last modified time | relevance | path

Searched refs:u_bbr (Results 1 – 13 of 13) sorted by relevance

/freebsd/sys/netinet/tcp_stacks/
H A Drack_pcm.c244 memset(&log.u_bbr, 0, sizeof(log.u_bbr)); in rack_update_pcm_ack()
245 log.u_bbr.timeStamp = tcp_tv_to_usectick(&tv); in rack_update_pcm_ack()
246 log.u_bbr.inflight = ctf_flight_size(rack->rc_tp, rack->r_ctl.rc_sacked); in rack_update_pcm_ack()
247 log.u_bbr.flex8 = 1; in rack_update_pcm_ack()
248 log.u_bbr.flex1 = e->sseq; in rack_update_pcm_ack()
249 log.u_bbr.flex2 = e->eseq; in rack_update_pcm_ack()
253 log.u_bbr.flex3 = (uint32_t)(e->ack_time - prev_time); in rack_update_pcm_ack()
255 log.u_bbr.flex3 = 0; in rack_update_pcm_ack()
258 log.u_bbr in rack_update_pcm_ack()
[all...]
H A Drack.c686 memset(&log.u_bbr, 0, sizeof(log.u_bbr)); in rack_swap_beta_values()
687 log.u_bbr.timeStamp = tcp_get_usecs(&tv); in rack_swap_beta_values()
688 log.u_bbr.flex1 = ptr->beta; in rack_swap_beta_values()
689 log.u_bbr.flex2 = ptr->beta_ecn; in rack_swap_beta_values()
690 log.u_bbr.flex3 = ptr->newreno_flags; in rack_swap_beta_values()
691 log.u_bbr.flex4 = rack->r_ctl.rc_saved_beta.beta; in rack_swap_beta_values()
692 log.u_bbr.flex5 = rack->r_ctl.rc_saved_beta.beta_ecn; in rack_swap_beta_values()
693 log.u_bbr.flex6 = failed; in rack_swap_beta_values()
694 log.u_bbr.flex7 = rack->gp_ready; in rack_swap_beta_values()
695 log.u_bbr.flex7 <<= 1; in rack_swap_beta_values()
[all …]
H A Dbbr.c1880 bbr_fill_in_logging_data(bbr, &log.u_bbr, bbr->r_ctl.rc_rcvtime); in bbr_log_type_bw_reduce()
1881 log.u_bbr.flex1 = 0; in bbr_log_type_bw_reduce()
1882 log.u_bbr.flex2 = 0; in bbr_log_type_bw_reduce()
1883 log.u_bbr.flex5 = 0; in bbr_log_type_bw_reduce()
1884 log.u_bbr.flex3 = 0; in bbr_log_type_bw_reduce()
1885 log.u_bbr.flex4 = bbr->r_ctl.rc_pkt_epoch_loss_rate; in bbr_log_type_bw_reduce()
1886 log.u_bbr.flex7 = reason; in bbr_log_type_bw_reduce()
1887 log.u_bbr.flex6 = bbr->r_ctl.rc_bbr_enters_probertt; in bbr_log_type_bw_reduce()
1888 log.u_bbr.flex8 = 0; in bbr_log_type_bw_reduce()
1903 bbr_fill_in_logging_data(bbr, &log.u_bbr, bbr->r_ctl.rc_rcvtime); in bbr_log_type_rwnd_collapse()
[all …]
H A Drack_bbr_common.c892 log.u_bbr.timeStamp = tcp_get_usecs(&tv); in ctf_log_sack_filter()
893 log.u_bbr.flex8 = num_sack_blks; in ctf_log_sack_filter()
895 log.u_bbr.flex1 = sack_blocks[0].start; in ctf_log_sack_filter()
896 log.u_bbr.flex2 = sack_blocks[0].end; in ctf_log_sack_filter()
899 log.u_bbr.flex3 = sack_blocks[1].start; in ctf_log_sack_filter()
900 log.u_bbr.flex4 = sack_blocks[1].end; in ctf_log_sack_filter()
903 log.u_bbr.flex5 = sack_blocks[2].start; in ctf_log_sack_filter()
904 log.u_bbr.flex6 = sack_blocks[2].end; in ctf_log_sack_filter()
907 log.u_bbr.applimited = sack_blocks[3].start; in ctf_log_sack_filter()
908 log.u_bbr.pkts_out = sack_blocks[3].end; in ctf_log_sack_filter()
/freebsd/sys/netinet/
H A Dtcp_lro_hpts.c167 log.u_bbr.flex8 = frm; in tcp_lro_log()
168 log.u_bbr.flex1 = tcp_data_len; in tcp_lro_log()
170 log.u_bbr.flex2 = m->m_pkthdr.len; in tcp_lro_log()
172 log.u_bbr.flex2 = 0; in tcp_lro_log()
174 log.u_bbr.flex3 = le->m_head->m_pkthdr.lro_nsegs; in tcp_lro_log()
175 log.u_bbr.flex4 = le->m_head->m_pkthdr.lro_tcp_d_len; in tcp_lro_log()
176 log.u_bbr.flex5 = le->m_head->m_pkthdr.len; in tcp_lro_log()
177 log.u_bbr.delRate = le->m_head->m_flags; in tcp_lro_log()
178 log.u_bbr.rttProp = le->m_head->m_pkthdr.rcv_tstmp; in tcp_lro_log()
180 log.u_bbr.inflight = th_seq; in tcp_lro_log()
[all …]
H A Dtcp_reass.c207 log.u_bbr.flex1 = seq; in tcp_log_reassm()
208 log.u_bbr.cur_del_rate = (uint64_t)q; in tcp_log_reassm()
209 log.u_bbr.delRate = (uint64_t)p; in tcp_log_reassm()
211 log.u_bbr.flex2 = q->tqe_start; in tcp_log_reassm()
212 log.u_bbr.flex3 = q->tqe_len; in tcp_log_reassm()
213 log.u_bbr.flex4 = q->tqe_mbuf_cnt; in tcp_log_reassm()
214 log.u_bbr.hptsi_gain = q->tqe_flags; in tcp_log_reassm()
217 log.u_bbr.flex5 = p->tqe_start; in tcp_log_reassm()
218 log.u_bbr.pkts_out = p->tqe_len; in tcp_log_reassm()
219 log.u_bbr.epoch = p->tqe_mbuf_cnt; in tcp_log_reassm()
[all …]
H A Dtcp_hpts.c443 memset(&log.u_bbr, 0, sizeof(log.u_bbr)); in tcp_hpts_log()
444 log.u_bbr.flex1 = hpts->p_nxt_slot; in tcp_hpts_log()
445 log.u_bbr.flex2 = hpts->p_cur_slot; in tcp_hpts_log()
446 log.u_bbr.flex3 = hpts->p_prev_slot; in tcp_hpts_log()
447 log.u_bbr.flex4 = idx; in tcp_hpts_log()
448 log.u_bbr.flex5 = hpts->p_curtick; in tcp_hpts_log()
449 log.u_bbr.flex6 = hpts->p_on_queue_cnt; in tcp_hpts_log()
450 log.u_bbr.flex7 = hpts->p_cpu; in tcp_hpts_log()
451 log.u_bbr.flex8 = (uint8_t)from_callout; in tcp_hpts_log()
452 log.u_bbr.inflight = slots_to_run; in tcp_hpts_log()
[all …]
H A Dtcp_ratelimit.c1585 log.u_bbr.flex1 = segsiz; in tcp_log_pacing_size()
1586 log.u_bbr.flex2 = new_tso; in tcp_log_pacing_size()
1587 log.u_bbr.flex3 = time_between; in tcp_log_pacing_size()
1588 log.u_bbr.flex4 = calc_time_between; in tcp_log_pacing_size()
1589 log.u_bbr.flex5 = segs; in tcp_log_pacing_size()
1590 log.u_bbr.flex6 = res_div; in tcp_log_pacing_size()
1591 log.u_bbr.flex7 = mult; in tcp_log_pacing_size()
1592 log.u_bbr.flex8 = mod; in tcp_log_pacing_size()
1593 log.u_bbr.timeStamp = tcp_get_usecs(&tv); in tcp_log_pacing_size()
1594 log.u_bbr.cur_del_rate = bw; in tcp_log_pacing_size()
[all …]
H A Dtcp_subr.c2102 memset(&log.u_bbr, 0, sizeof(log.u_bbr)); in tcp_respond()
2103 log.u_bbr.inhpts = tcp_in_hpts(tp); in tcp_respond()
2104 log.u_bbr.flex8 = 4; in tcp_respond()
2105 log.u_bbr.pkts_out = tp->t_maxseg; in tcp_respond()
2106 log.u_bbr.timeStamp = tcp_get_usecs(&tv); in tcp_respond()
2107 log.u_bbr.delivered = 0; in tcp_respond()
4391 memset(&log.u_bbr, 0, sizeof(log.u_bbr)); in tcp_req_log_req_info()
4392 log.u_bbr.inhpts = tcp_in_hpts(tp); in tcp_req_log_req_info()
4393 log.u_bbr.flex8 = val; in tcp_req_log_req_info()
4394 log.u_bbr.rttProp = req->timestamp; in tcp_req_log_req_info()
[all …]
H A Dtcp_log_buf.h130 struct tcp_log_bbr u_bbr; member
H A Dtcp_log_buf.c1471 log.u_bbr.timeStamp = tcp_get_usecs(&tv); in tcp_log_tcpcbfini()
1472 log.u_bbr.cur_del_rate = tp->t_end_info; in tcp_log_tcpcbfini()
/freebsd/sys/netinet/cc/
H A Dcc_newreno.c144 log.u_bbr.flex1 = flex1; in newreno_log_hystart_event()
145 log.u_bbr.flex2 = nreno->css_current_round_minrtt; in newreno_log_hystart_event()
146 log.u_bbr.flex3 = nreno->css_lastround_minrtt; in newreno_log_hystart_event()
147 log.u_bbr.flex4 = nreno->css_rttsample_count; in newreno_log_hystart_event()
148 log.u_bbr.flex5 = nreno->css_entered_at_round; in newreno_log_hystart_event()
149 log.u_bbr.flex6 = nreno->css_baseline_minrtt; in newreno_log_hystart_event()
151 log.u_bbr.flex7 = nreno->newreno_flags & 0x0000ffff; in newreno_log_hystart_event()
152 log.u_bbr.flex8 = mod; in newreno_log_hystart_event()
153 log.u_bbr.epoch = nreno->css_current_round; in newreno_log_hystart_event()
154 log.u_bbr.timeStamp = tcp_get_usecs(&tv); in newreno_log_hystart_event()
[all …]
H A Dcc_cubic.c134 log.u_bbr.flex1 = flex1; in cubic_log_hystart_event()
135 log.u_bbr.flex2 = cubicd->css_current_round_minrtt; in cubic_log_hystart_event()
136 log.u_bbr.flex3 = cubicd->css_lastround_minrtt; in cubic_log_hystart_event()
137 log.u_bbr.flex4 = cubicd->css_rttsample_count; in cubic_log_hystart_event()
138 log.u_bbr.flex5 = cubicd->css_entered_at_round; in cubic_log_hystart_event()
139 log.u_bbr.flex6 = cubicd->css_baseline_minrtt; in cubic_log_hystart_event()
141 log.u_bbr.flex7 = cubicd->flags & 0x0000ffff; in cubic_log_hystart_event()
142 log.u_bbr.flex8 = mod; in cubic_log_hystart_event()
143 log.u_bbr.epoch = cubicd->css_current_round; in cubic_log_hystart_event()
144 log.u_bbr.timeStamp = tcp_get_usecs(&tv); in cubic_log_hystart_event()
[all …]