Searched refs:u_bbr (Results 1 – 7 of 7) sorted by relevance
| /f-stack/freebsd/netinet/tcp_stacks/ |
| H A D | rack.c | 1654 memset(&log.u_bbr, 0, sizeof(log.u_bbr)); in rack_log_retran_reason() 1681 memset(&log.u_bbr, 0, sizeof(log.u_bbr)); in rack_log_to_start() 1713 memset(&log.u_bbr, 0, sizeof(log.u_bbr)); in rack_log_to_event() 1744 memset(&log.u_bbr, 0, sizeof(log.u_bbr)); in rack_log_rtt_upd() 1840 memset(&log.u_bbr, 0, sizeof(log.u_bbr)); in rack_log_progress_event() 1864 memset(&log.u_bbr, 0, sizeof(log.u_bbr)); in rack_log_type_bbrsnd() 1949 memset(&log.u_bbr, 0, sizeof(log.u_bbr)); in rack_log_type_just_return() 1979 memset(&log.u_bbr, 0, sizeof(log.u_bbr)); in rack_log_to_cancel() 2019 memset(&log.u_bbr, 0, sizeof(log.u_bbr)); in rack_log_alt_to_to_cancel() 2044 memset(&log.u_bbr, 0, sizeof(log.u_bbr)); in rack_log_to_processing() [all …]
|
| H A D | bbr.c | 1901 log.u_bbr.flex1 = 0; in bbr_log_type_bw_reduce() 1902 log.u_bbr.flex2 = 0; in bbr_log_type_bw_reduce() 1903 log.u_bbr.flex5 = 0; in bbr_log_type_bw_reduce() 1904 log.u_bbr.flex3 = 0; in bbr_log_type_bw_reduce() 1908 log.u_bbr.flex8 = 0; in bbr_log_type_bw_reduce() 2035 log.u_bbr.flex8 = 0; in bbr_log_pkt_epoch() 2198 log.u_bbr.flex7 = 0; in bbr_log_rtt_sample() 2370 log.u_bbr.flex2 = 0; in bbr_log_to_event() 2399 log.u_bbr.flex4 = 0; in bbr_log_startup_event() 2788 log.u_bbr.flex2 = 0; in bbr_log_type_bbrrttprop() [all …]
|
| H A D | rack_bbr_common.c | 869 log.u_bbr.timeStamp = tcp_get_usecs(&tv); in ctf_log_sack_filter() 870 log.u_bbr.flex8 = num_sack_blks; in ctf_log_sack_filter() 872 log.u_bbr.flex1 = sack_blocks[0].start; in ctf_log_sack_filter() 873 log.u_bbr.flex2 = sack_blocks[0].end; in ctf_log_sack_filter() 876 log.u_bbr.flex3 = sack_blocks[1].start; in ctf_log_sack_filter() 877 log.u_bbr.flex4 = sack_blocks[1].end; in ctf_log_sack_filter() 880 log.u_bbr.flex5 = sack_blocks[2].start; in ctf_log_sack_filter() 881 log.u_bbr.flex6 = sack_blocks[2].end; in ctf_log_sack_filter() 884 log.u_bbr.applimited = sack_blocks[3].start; in ctf_log_sack_filter() 885 log.u_bbr.pkts_out = sack_blocks[3].end; in ctf_log_sack_filter()
|
| /f-stack/freebsd/netinet/ |
| H A D | tcp_lro.c | 449 log.u_bbr.flex8 = frm; in tcp_lro_log() 450 log.u_bbr.flex1 = tcp_data_len; in tcp_lro_log() 454 log.u_bbr.flex2 = 0; in tcp_lro_log() 455 log.u_bbr.flex3 = le->append_cnt; in tcp_lro_log() 456 log.u_bbr.flex4 = le->p_len; in tcp_lro_log() 462 log.u_bbr.inflight = th_seq; in tcp_lro_log() 463 log.u_bbr.timeStamp = cts; in tcp_lro_log() 464 log.u_bbr.epoch = le->next_seq; in tcp_lro_log() 465 log.u_bbr.delivered = th_ack; in tcp_lro_log() 466 log.u_bbr.lt_epoch = le->ack_seq; in tcp_lro_log() [all …]
|
| H A D | tcp_reass.c | 215 log.u_bbr.flex1 = seq; in tcp_log_reassm() 217 log.u_bbr.delRate = (uint64_t)p; in tcp_log_reassm() 219 log.u_bbr.flex2 = q->tqe_start; in tcp_log_reassm() 220 log.u_bbr.flex3 = q->tqe_len; in tcp_log_reassm() 221 log.u_bbr.flex4 = q->tqe_mbuf_cnt; in tcp_log_reassm() 225 log.u_bbr.flex5 = p->tqe_start; in tcp_log_reassm() 226 log.u_bbr.pkts_out = p->tqe_len; in tcp_log_reassm() 227 log.u_bbr.epoch = p->tqe_mbuf_cnt; in tcp_log_reassm() 231 log.u_bbr.flex7 = instance; in tcp_log_reassm() 232 log.u_bbr.flex8 = action; in tcp_log_reassm() [all …]
|
| H A D | tcp_hpts.c | 323 memset(&log.u_bbr, 0, sizeof(log.u_bbr)); in tcp_hpts_log() 324 log.u_bbr.flex1 = hpts->p_nxt_slot; in tcp_hpts_log() 325 log.u_bbr.flex2 = hpts->p_cur_slot; in tcp_hpts_log() 326 log.u_bbr.flex3 = hpts->p_prev_slot; in tcp_hpts_log() 327 log.u_bbr.flex4 = idx; in tcp_hpts_log() 328 log.u_bbr.flex5 = hpts->p_curtick; in tcp_hpts_log() 329 log.u_bbr.flex6 = hpts->p_on_queue_cnt; in tcp_hpts_log() 330 log.u_bbr.use_lt_bw = 1; in tcp_hpts_log() 331 log.u_bbr.inflight = ticks_to_run; in tcp_hpts_log() 335 log.u_bbr.epoch = hpts->saved_curslot; in tcp_hpts_log() [all …]
|
| H A D | tcp_log_buf.h | 108 struct tcp_log_bbr u_bbr; member
|