Home
last modified time | relevance | path

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

/linux-2.4.37.9/net/ipv4/ipvs/
Dip_vs_est.c72 u32 n_conns; in estimation_timer() local
82 n_conns = s->conns; in estimation_timer()
89 rate = (n_conns - e->last_conns)<<9; in estimation_timer()
90 e->last_conns = n_conns; in estimation_timer()