Home
last modified time | relevance | path

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

/freebsd/sys/netgraph/
H A Dng_ppp.c2264 int t0, total, topSum, botSum; in ng_ppp_mp_strategy() local
2337 for (topSum = botSum = i = 0; i < numFragments; i++) { in ng_ppp_mp_strategy()
2341 topSum += latency[sortByLatency[i]] * bw; /* / 100 */ in ng_ppp_mp_strategy()
2344 t0 = ((len * 100) + topSum + botSum / 2) / botSum; in ng_ppp_mp_strategy()