aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/ip_vs.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/ip_vs.h')
-rw-r--r--include/net/ip_vs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/net/ip_vs.h b/include/net/ip_vs.h
index a715f3db179a..d858264217ba 100644
--- a/include/net/ip_vs.h
+++ b/include/net/ip_vs.h
@@ -883,7 +883,9 @@ extern int sysctl_ip_vs_conntrack;
883extern int sysctl_ip_vs_snat_reroute; 883extern int sysctl_ip_vs_snat_reroute;
884extern struct ip_vs_stats ip_vs_stats; 884extern struct ip_vs_stats ip_vs_stats;
885extern const struct ctl_path net_vs_ctl_path[]; 885extern const struct ctl_path net_vs_ctl_path[];
886extern int sysctl_ip_vs_sync_ver;
886 887
888extern void ip_vs_sync_switch_mode(int mode);
887extern struct ip_vs_service * 889extern struct ip_vs_service *
888ip_vs_service_get(int af, __u32 fwmark, __u16 protocol, 890ip_vs_service_get(int af, __u32 fwmark, __u16 protocol,
889 const union nf_inet_addr *vaddr, __be16 vport); 891 const union nf_inet_addr *vaddr, __be16 vport);