Home
last modified time | relevance | path

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

/systemd-251/src/network/tc/
Dtc-util.c80 uint32_t cell_log = 0; in tc_fill_ratespec_and_table() local
86 while ((mtu >> cell_log) > 255) in tc_fill_ratespec_and_table()
87 cell_log++; in tc_fill_ratespec_and_table()
92 sz = (i + 1) << cell_log; in tc_fill_ratespec_and_table()
101 rate->cell_log = cell_log; in tc_fill_ratespec_and_table()
/systemd-251/src/basic/linux/
Dpkt_sched.h92 unsigned char cell_log; member
103 unsigned char cell_log; member