Searched defs:ip_vs_lblcr_table (Results 1 – 1 of 1) sorted by relevance
275 struct ip_vs_lblcr_table { struct276 struct rcu_head rcu_head;277 struct hlist_head bucket[IP_VS_LBLCR_TAB_SIZE]; /* hash bucket */278 atomic_t entries; /* number of entries */279 int max_size; /* maximum size of entries */280 struct timer_list periodic_timer; /* collect stale entries */281 int rover; /* rover for expire check */282 int counter; /* counter for no expire */283 bool dead;