Searched refs:rack_per_of_gp_ss (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/netinet/tcp_stacks/
H A Dtcp_rack.h421 uint16_t rack_per_of_gp_ss; /* 100 = 100%, so from 65536 = 655 x bw */ member in struct:rack_control
H A Drack.c266 static uint16_t rack_per_of_gp_ss = 250; /* 250 % slow-start */ variable
997 &rack_per_of_gp_ss, 250,
2069 return (rack->r_ctl.rack_per_of_gp_ss);
3174 log.u_bbr.flex4 = rack->r_ctl.rack_per_of_gp_ss;
3293 if (rack->r_ctl.rack_per_of_gp_ss < 100) {
3294 rack->r_ctl.rack_per_of_gp_ss = 100;
3304 if (rack->r_ctl.rack_per_of_gp_ss > 100) {
3305 rack->r_ctl.rack_per_of_gp_ss = 100;
3373 rack->r_ctl.rack_per_of_gp_ss)) {
3375 calc = rack->r_ctl.rack_per_of_gp_ss
[all...]

Completed in 115 milliseconds