Home
last modified time | relevance | path

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

/linux/net/netfilter/ipvs/
H A Dip_vs_est.c184 ipvs->est_calc_phase = 1; in ip_vs_estimation_kthread()
190 if (ipvs->est_calc_phase) in ip_vs_estimation_kthread()
890 ipvs->est_calc_phase = 0; in ip_vs_est_calc_phase()
934 ipvs->est_calc_phase = 0; in ip_vs_estimator_net_init()
H A Dip_vs_ctl.c268 if ((!id || !ipvs->est_calc_phase) && in est_reload_work_handler()
1955 ipvs->est_calc_phase = 1; in ipvs_proc_est_cpumask_set()
/linux/include/net/
H A Dip_vs.h1020 int est_calc_phase; /* Calculation phase */ member