Home
last modified time | relevance | path

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

/openbmc/linux/net/netfilter/ipvs/
H A Dip_vs_est.c294 kd->est_max_count = IPVS_EST_NTICKS * kd->tick_max; in ip_vs_est_set_params()
377 if (kd->est_count < kd->est_max_count) { in ip_vs_est_update_ktid()
472 if (kd->est_count == kd->est_max_count) in ip_vs_enqueue_estimator()
875 kd->chain_max, kd->est_max_count); in ip_vs_est_calc_phase()
/openbmc/linux/include/net/
H A Dip_vs.h464 int est_max_count; /* max ests per kthread */ member