Home | History | Annotate | Download | only in tbrconfig

Lines Matching refs:depth

69 	u_int rate, depth;
74 depth = 0;
98 depth = autosize_bucket(req.ifname, rate);
100 depth = (u_int)atobytes(argv[2]);
109 else if (depth == 0)
110 depth = size_bucket(req.ifname, rate);
113 req.tb_prof.depth = depth;
146 if (req.tb_prof.depth < 10240)
147 sprintf(size_str, "%u", req.tb_prof.depth);
150 (double)req.tb_prof.depth/1024.0);
187 if (req.tb_prof.depth < 10240)
188 sprintf(size_str, "%u", req.tb_prof.depth);
191 (double)req.tb_prof.depth/1024.0);