Home
last modified time | relevance | path

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

/linux/net/netfilter/ipvs/
H A Dip_vs_est.c303 kd->est_max_count = IPVS_EST_NTICKS * kd->tick_max; in ip_vs_est_set_params()
388 if (kd->est_count < kd->est_max_count) { in ip_vs_est_update_ktid()
483 if (kd->est_count == kd->est_max_count) in ip_vs_enqueue_estimator()
890 kd->chain_max, kd->est_max_count); in ip_vs_est_calc_phase()
/linux/include/net/
H A Dip_vs.h500 int est_max_count; /* max ests per kthread */ member