aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/tcp_stacks/bbr.c
diff options
context:
space:
mode:
authorRandall Stewart <rrs@FreeBSD.org>2021-01-26 16:54:42 +0000
committerMichael Tuexen <tuexen@FreeBSD.org>2021-06-07 23:18:32 +0000
commit68d6663afbae7e49e04bcabc1662df5db3edd738 (patch)
tree5bb7d53ad4d1c4eab422ddde246d70271bb78a18 /sys/netinet/tcp_stacks/bbr.c
parent8c30192804eb91b2b976e92d0ca52fd034520062 (diff)
downloadsrc-68d6663afbae7e49e04bcabc1662df5db3edd738.tar.gz
src-68d6663afbae7e49e04bcabc1662df5db3edd738.zip
This pulls over all the changes that are in the netflix
tree that fix the ratelimit code. There were several bugs in tcp_ratelimit itself and we needed further work to support the multiple tag format coming for the joint TLS and Ratelimit dances. Sponsored by: Netflix Inc. Differential Revision: https://reviews.freebsd.org/D28357 (cherry picked from commit 1a714ff204193b9eb810426048e03f5d76e9730e)
Diffstat (limited to 'sys/netinet/tcp_stacks/bbr.c')
-rw-r--r--sys/netinet/tcp_stacks/bbr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet/tcp_stacks/bbr.c b/sys/netinet/tcp_stacks/bbr.c
index 1ee8d26446fd..fbd5ac231496 100644
--- a/sys/netinet/tcp_stacks/bbr.c
+++ b/sys/netinet/tcp_stacks/bbr.c
@@ -5551,7 +5551,7 @@ lost_rate:
bbr->rc_inp->inp_route.ro_nh->nh_ifp,
rate,
(RS_PACING_GEQ|RS_PACING_SUB_OK),
- &error);
+ &error, NULL);
if (nrte == NULL) {
goto lost_rate;
}
@@ -14053,7 +14053,7 @@ nomore:
inp->inp_route.ro_nh->nh_ifp,
rate_wanted,
(RS_PACING_GEQ|RS_PACING_SUB_OK),
- &err);
+ &err, NULL);
if (bbr->r_ctl.crte) {
bbr_type_log_hdwr_pacing(bbr,
bbr->r_ctl.crte->ptbl->rs_ifp,