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