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.c295 kd->est_max_count = IPVS_EST_NTICKS * kd->tick_max; in ip_vs_est_set_params()
378 if (kd->est_count < kd->est_max_count) { in ip_vs_est_update_ktid()
473 if (kd->est_count == kd->est_max_count) in ip_vs_enqueue_estimator()
876 kd->chain_max, kd->est_max_count); in ip_vs_est_calc_phase()
/linux/include/net/
H A Dip_vs.h464 int est_max_count; /* max ests per kthread */ member