Home
last modified time | relevance | path

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

/linux-6.3-rc2/net/netfilter/ipvs/
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()
/linux-6.3-rc2/include/net/
A Dip_vs.h453 #define IPVS_EST_TICK_CHAINS IPVS_EST_CHAIN_FACTOR macro
455 #define IPVS_EST_TICK_CHAINS 1 macro
465 struct hlist_head chains[IPVS_EST_TICK_CHAINS];
466 DECLARE_BITMAP(present, IPVS_EST_TICK_CHAINS);
467 DECLARE_BITMAP(full, IPVS_EST_TICK_CHAINS);
468 int chain_len[IPVS_EST_TICK_CHAINS];

Completed in 12 milliseconds