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

/linux-master/net/sched/
H A Dsch_api.c393 int cell_high = (high >> r->cell_log) - 1; local
401 if ((cell_high > cell_low) && (cell_high < 256)
402 && (rtab[cell_low] == rtab[cell_high])) {
404 cell_low, cell_high, rtab[cell_high]);

Completed in 249 milliseconds