aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/netns/ip_vs.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/netns/ip_vs.h')
-rw-r--r--include/net/netns/ip_vs.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/net/netns/ip_vs.h b/include/net/netns/ip_vs.h
index aba78f3c834..bd1dad87217 100644
--- a/include/net/netns/ip_vs.h
+++ b/include/net/netns/ip_vs.h
@@ -61,6 +61,10 @@ struct netns_ipvs {
61 struct list_head sctp_apps[SCTP_APP_TAB_SIZE]; 61 struct list_head sctp_apps[SCTP_APP_TAB_SIZE];
62 spinlock_t sctp_app_lock; 62 spinlock_t sctp_app_lock;
63#endif 63#endif
64 /* ip_vs_ctl */
65 struct ip_vs_stats *tot_stats; /* Statistics & est. */
66 struct ip_vs_cpu_stats __percpu *cpustats; /* Stats per cpu */
67 seqcount_t *ustats_seq; /* u64 read retry */
64 68
65 /* ip_vs_lblc */ 69 /* ip_vs_lblc */
66 int sysctl_lblc_expiration; 70 int sysctl_lblc_expiration;