Home
last modified time | relevance | path

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

/Linux-v4.19/net/sched/
Dsch_api.c376 int cell_high = (high >> r->cell_log) - 1; in __detect_linklayer() local
384 if ((cell_high > cell_low) && (cell_high < 256) in __detect_linklayer()
385 && (rtab[cell_low] == rtab[cell_high])) { in __detect_linklayer()
387 cell_low, cell_high, rtab[cell_high]); in __detect_linklayer()