Home
last modified time | relevance | path

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

/linux-2.4.37.9/net/ipv4/ipvs/
Dip_vs_est.c74 u64 n_inbytes, n_outbytes; in estimation_timer() local
86 n_outbytes = s->outbytes; in estimation_timer()
109 rate = (n_outbytes - e->last_outbytes)<<4; in estimation_timer()
110 e->last_outbytes = n_outbytes; in estimation_timer()