Home
last modified time | relevance | path

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

/Linux-v6.6/net/sched/
Dsch_cake.c1315 static u32 cake_calc_overhead(struct cake_sched_data *q, u32 len, u32 off) in cake_calc_overhead() function
1361 return cake_calc_overhead(q, len, off); in cake_overhead()
1393 return (cake_calc_overhead(q, len, off) * (segs - 1) + in cake_overhead()
1394 cake_calc_overhead(q, last_len, off)); in cake_overhead()