Lines Matching refs:u_bbr
207 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()
220 log.u_bbr.cwnd_gain = p->tqe_flags; in tcp_log_reassm()
222 log.u_bbr.flex6 = tp->t_segqmbuflen; in tcp_log_reassm()
223 log.u_bbr.flex7 = instance; in tcp_log_reassm()
224 log.u_bbr.flex8 = action; in tcp_log_reassm()
225 log.u_bbr.timeStamp = cts; in tcp_log_reassm()