In terms of BBR co-existence with reno/cubic we have shared some example results at the IETF 102-105 and on this list. You can see links here:
The results are by no means complete/exhaustive, but the code is still under development and testing, so we will post more exhaustive results when things are further along.
In terms of including BBR in the above sysctls, whether BBR shows up in those sysctls will depend on whether the BBR module was compiled and/or loaded into the Linux kernel.
In many recent Linux distributions (many with kernel 4.9 or later) you can either:
(1) run "modprobe tcp_bbr" as root, to load the tcp_bbr module, after which "bbr" will show up on those sysctl values.
(2) run "sysctl net.ipv4.tcp_congestion_control=bbr" to load the tcp_bbr module and set it as the default congestion control for all TCP connections created after that point (until the machine reboots, at which