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

/linux-master/net/netfilter/ipvs/
H A Dip_vs_est.c156 for_each_set_bit(cid, td->present, IPVS_EST_TICK_CHAINS) {
292 if (IPVS_EST_TICK_CHAINS == 1)
294 kd->tick_max = IPVS_EST_TICK_CHAINS * kd->chain_max;
398 BUILD_BUG_ON_MSG(IPVS_EST_TICK_CHAINS > 127,
454 cid = find_first_zero_bit(td->full, IPVS_EST_TICK_CHAINS);
836 if (cid >= IPVS_EST_TICK_CHAINS)
/linux-master/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];

Completed in 119 milliseconds