Home
last modified time | relevance | path

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

/linux-6.15/tools/include/uapi/linux/
H A Dpkt_sched.h91 unsigned char cell_log; member
102 unsigned char cell_log; member
/linux-6.15/include/uapi/linux/
H A Dpkt_sched.h92 unsigned char cell_log; member
103 unsigned char cell_log; member
/linux-6.15/net/sched/
H A Dsch_api.c393 int cell_low = low >> r->cell_log; in __detect_linklayer()
394 int cell_high = (high >> r->cell_log) - 1; in __detect_linklayer()
420 r->cell_log == 0 || r->cell_log >= 32 || in qdisc_get_rtab()
522 s->cell_log > STAB_SIZE_LOG_MAX) { in qdisc_get_stab()
583 slot >>= stab->szopts.cell_log; in __qdisc_calculate_pkt_len()
H A Dact_police.c166 new->tcfp_mtu = 255 << R_tab->rate.cell_log; in tcf_police_init()