Lines Matching defs:tso
410 static int32_t bbr_hdwr_pace_adjust = 2; /* multipler when we calc the tso size */
1255 "Multiplier to calculated tso size?");
1960 bbr_log_msgsize_fail(struct tcp_bbr *bbr, struct tcpcb *tp, uint32_t len, uint32_t maxseg, uint32_t mtu, int32_t csum_flags, int32_t tso, uint32_t cts)
1966 log.u_bbr.flex1 = tso;
5707 * tso = seg * mss
5709 * tso = mss
5710 * if (tso > per-tcb-max)
5711 * tso = per-tcb-max
5713 * tso = max-tso (64k/mss)
5717 * tso = seg * mss
5719 * if (tso < per-tcb-floor)
5720 * tso = per-tcb-floor
5721 * if (tso > per-tcb-utter_max)
5722 * tso = per-tcb-utter_max
5734 * This will get you "google bbr" behavior with respect to tso size.
11859 int32_t tso, mtu;
12108 tso = 0;
12600 tso = 1;
12962 if (tso) {
13003 tso = 0;
13026 tso = 0;
13075 tso = 0;
13183 * shorten it to no longer need tso. Lets
13187 tso = 0;
13198 if (tso && len < maxseg) {
13199 panic("tp:%p tso on, but len:%d < maxseg:%d",
13202 if (tso && if_hw_tsomaxsegcount) {
13472 if (tso) {
13485 hhook_run_tcp_est_out(tp, th, &to, len, tso);
13801 bbr_log_msgsize_fail(bbr, tp, len, maxseg, mtu, csum_flags, tso, cts);
13817 bbr_log_msgsize_fail(bbr, tp, len, maxseg, mtu, 0, tso, cts);
13958 (tso == 0) &&
13966 * For non-tso we need to goto again until we have sent out
14013 * We don't change the tso size until some number of sends