Searched defs:ip_vs_lblcr_table (Results 1 – 1 of 1) sorted by relevance
271 struct ip_vs_lblcr_table { struct272 struct rcu_head rcu_head;273 struct hlist_head bucket[IP_VS_LBLCR_TAB_SIZE]; /* hash bucket */274 atomic_t entries; /* number of entries */275 int max_size; /* maximum size of entries */276 struct timer_list periodic_timer; /* collect stale entries */277 struct ip_vs_service *svc; /* pointer back to service */278 int rover; /* rover for expire check */279 int counter; /* counter for no expire */280 bool dead;