Home
last modified time | relevance | path

Searched refs:n_inbytes (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
85 n_inbytes = s->inbytes; in estimation_timer()
104 rate = (n_inbytes - e->last_inbytes)<<4; in estimation_timer()
105 e->last_inbytes = n_inbytes; in estimation_timer()