Lines Matching refs:moff
12963 uint32_t moff; in bbr_output_wtime() local
12992 moff = len % (uint32_t)maxseg; in bbr_output_wtime()
12993 if (moff != 0) { in bbr_output_wtime()
12994 len -= moff; in bbr_output_wtime()
13067 uint32_t moff; in bbr_output_wtime() local
13141 mb = sbsndptr_noadv(sb, sb_offset, &moff); in bbr_output_wtime()
13143 m_copydata(mb, moff, (int)len, in bbr_output_wtime()
13156 if ((len + moff) > (sbavail(sb) + ((flags & (TH_FIN | TH_SYN)) ? 1 : 0))) { in bbr_output_wtime()
13159 tp, bbr, len, moff, in bbr_output_wtime()
13167 tp, bbr, len, moff, sbavail(sb), sb_offset, tp->snd_una); in bbr_output_wtime()
13172 mb, moff, &len, in bbr_output_wtime()