Home
last modified time | relevance | path

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

/openbmc/linux/net/netfilter/ipvs/
H A Dip_vs_est.c155 for_each_set_bit(cid, td->present, IPVS_EST_TICK_CHAINS) { in ip_vs_tick_estimation()
291 if (IPVS_EST_TICK_CHAINS == 1) in ip_vs_est_set_params()
293 kd->tick_max = IPVS_EST_TICK_CHAINS * kd->chain_max; in ip_vs_est_set_params()
397 BUILD_BUG_ON_MSG(IPVS_EST_TICK_CHAINS > 127, in ip_vs_enqueue_estimator()
453 cid = find_first_zero_bit(td->full, IPVS_EST_TICK_CHAINS); in ip_vs_enqueue_estimator()
835 if (cid >= IPVS_EST_TICK_CHAINS) in ip_vs_est_calc_phase()
/openbmc/linux/include/net/
H A Dip_vs.h433 #define IPVS_EST_TICK_CHAINS IPVS_EST_CHAIN_FACTOR macro
435 #define IPVS_EST_TICK_CHAINS 1 macro
445 struct hlist_head chains[IPVS_EST_TICK_CHAINS];
446 DECLARE_BITMAP(present, IPVS_EST_TICK_CHAINS);
447 DECLARE_BITMAP(full, IPVS_EST_TICK_CHAINS);
448 int chain_len[IPVS_EST_TICK_CHAINS];