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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iproute2/tc/
H A Dq_tbf.c47 int Rcell_log=-1, Pcell_log = -1; local
83 if (get_size_and_cell(&buffer, &Rcell_log, *argv) < 0) {
173 if ((Rcell_log = tc_calc_rtable(opt.rate.rate, rtab, Rcell_log, mtu, mpu)) < 0) {
178 opt.rate.cell_log = Rcell_log;
H A Dm_police.c138 int Rcell_log=-1, Pcell_log = -1; local
166 if (get_size_and_cell(&buffer, &Rcell_log, *argv) < 0) {
267 if ((Rcell_log = tc_calc_rtable(p.rate.rate, rtab, Rcell_log, mtu, mpu)) < 0) {
272 p.rate.cell_log = Rcell_log;

Completed in 156 milliseconds