Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/sched/
H A Dsch_api.c390 int cell_high = (high >> r->cell_log) - 1; in __detect_linklayer() local
398 if ((cell_high > cell_low) && (cell_high < 256) in __detect_linklayer()
399 && (rtab[cell_low] == rtab[cell_high])) { in __detect_linklayer()
401 cell_low, cell_high, rtab[cell_high]); in __detect_linklayer()
/kernel/linux/linux-6.6/net/sched/
H A Dsch_api.c393 int cell_high = (high >> r->cell_log) - 1; in __detect_linklayer() local
401 if ((cell_high > cell_low) && (cell_high < 256) in __detect_linklayer()
402 && (rtab[cell_low] == rtab[cell_high])) { in __detect_linklayer()
404 cell_low, cell_high, rtab[cell_high]); in __detect_linklayer()

Completed in 7 milliseconds