Searched defs:ip_vs_lblc_table (Results 1 – 1 of 1) sorted by relevance
104 struct ip_vs_lblc_table { struct105 struct list_head bucket[IP_VS_LBLC_TAB_SIZE]; /* hash bucket */106 atomic_t entries; /* number of entries */107 int max_size; /* maximum size of entries */108 struct timer_list periodic_timer; /* collect stale entries */109 int rover; /* rover for expire check */110 int counter; /* counter for no expire */