Home
last modified time | relevance | path

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

/openbmc/linux/net/netfilter/ipvs/
H A Dip_vs_est.c293 kd->tick_max = IPVS_EST_TICK_CHAINS * kd->chain_max; in ip_vs_est_set_params()
294 kd->est_max_count = IPVS_EST_NTICKS * kd->tick_max; in ip_vs_est_set_params()
417 if (kd->est_count >= 2 * kd->tick_max || delay < IPVS_EST_NTICKS - 1) in ip_vs_enqueue_estimator()
467 if (kd->tick_len[row] >= kd->tick_max) in ip_vs_enqueue_estimator()
/openbmc/linux/include/net/
H A Dip_vs.h462 int tick_max; /* max ests per tick */ member