Linux Kernel
3.7.1
|
Data Fields | |
struct list_head | bucket [IP_VS_LBLCR_TAB_SIZE] |
atomic_t | entries |
int | max_size |
struct timer_list | periodic_timer |
int | rover |
int | counter |
Definition at line 276 of file ip_vs_lblcr.c.
struct list_head bucket[IP_VS_LBLCR_TAB_SIZE] |
Definition at line 277 of file ip_vs_lblcr.c.
int counter |
Definition at line 282 of file ip_vs_lblcr.c.
atomic_t entries |
Definition at line 278 of file ip_vs_lblcr.c.
int max_size |
Definition at line 279 of file ip_vs_lblcr.c.
struct timer_list periodic_timer |
Definition at line 280 of file ip_vs_lblcr.c.
int rover |
Definition at line 281 of file ip_vs_lblcr.c.