diff options
Diffstat (limited to 'include/net/netns')
-rw-r--r-- | include/net/netns/ip_vs.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/net/netns/ip_vs.h b/include/net/netns/ip_vs.h index bd1dad872178..1acfb334e69b 100644 --- a/include/net/netns/ip_vs.h +++ b/include/net/netns/ip_vs.h | |||
@@ -66,6 +66,8 @@ struct netns_ipvs { | |||
66 | struct ip_vs_cpu_stats __percpu *cpustats; /* Stats per cpu */ | 66 | struct ip_vs_cpu_stats __percpu *cpustats; /* Stats per cpu */ |
67 | seqcount_t *ustats_seq; /* u64 read retry */ | 67 | seqcount_t *ustats_seq; /* u64 read retry */ |
68 | 68 | ||
69 | /* ip_vs_conn */ | ||
70 | atomic_t conn_count; /* connection counter */ | ||
69 | /* ip_vs_lblc */ | 71 | /* ip_vs_lblc */ |
70 | int sysctl_lblc_expiration; | 72 | int sysctl_lblc_expiration; |
71 | struct ctl_table_header *lblc_ctl_header; | 73 | struct ctl_table_header *lblc_ctl_header; |