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.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/net/ip_vs.h b/include/net/ip_vs.h
index 41870564df8e..1fd1ee896f39 100644
--- a/include/net/ip_vs.h
+++ b/include/net/ip_vs.h
@@ -901,6 +901,10 @@ extern int ip_vs_use_count_inc(void);
901extern void ip_vs_use_count_dec(void); 901extern void ip_vs_use_count_dec(void);
902extern int ip_vs_control_init(void); 902extern int ip_vs_control_init(void);
903extern void ip_vs_control_cleanup(void); 903extern void ip_vs_control_cleanup(void);
904extern struct ip_vs_dest *
905ip_vs_find_dest(__be32 daddr, __be16 dport,
906 __be32 vaddr, __be16 vport, __u16 protocol);
907extern struct ip_vs_dest *ip_vs_try_bind_dest(struct ip_vs_conn *cp);
904 908
905 909
906/* 910/*