Home
last modified time | relevance | path

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

/net/ipv4/
Dtcp_bic.c104 __u32 dist = (ca->last_max_cwnd - cwnd) in bictcp_update() local
107 if (dist > max_increment) in bictcp_update()
110 else if (dist <= 1U) in bictcp_update()
115 ca->cnt = cwnd / dist; in bictcp_update()
/net/netfilter/
Dnf_nat_core.c231 u32 minip, maxip, j, dist; in find_best_ips_proto() local
273 dist = maxip - minip + 1; in find_best_ips_proto()
276 dist = ~0; in find_best_ips_proto()
280 htonl(minip + reciprocal_scale(j, dist)); in find_best_ips_proto()
/net/sched/
Dsch_netem.c317 const struct disttable *dist) in tabledist() argument
329 if (dist == NULL) in tabledist()
332 t = dist->table[rnd % dist->size]; in tabledist()