Searched defs:ip_vs_lblcr_table (Results 1 – 1 of 1) sorted by relevance
276 struct ip_vs_lblcr_table { struct277 struct list_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 */