Home
last modified time | relevance | path

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

/linux/net/sched/
H A Dsch_dualpi2.c255 u64 local_l_prob, u32 prob, in dualpi2_scalable_marking() argument
267 if (dualpi2_roll(local_l_prob)) { in dualpi2_scalable_marking()
285 u64 local_l_prob; in must_drop() local
293 local_l_prob = (u64)prob * q->coupling_factor; in must_drop()
294 overload = local_l_prob > MAX_PROB; in must_drop()
300 return dualpi2_scalable_marking(q, skb, local_l_prob, prob, in must_drop()