diff options
Diffstat (limited to 'include/net/ip_vs.h')
-rw-r--r-- | include/net/ip_vs.h | 4 |
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); | |||
901 | extern void ip_vs_use_count_dec(void); | 901 | extern void ip_vs_use_count_dec(void); |
902 | extern int ip_vs_control_init(void); | 902 | extern int ip_vs_control_init(void); |
903 | extern void ip_vs_control_cleanup(void); | 903 | extern void ip_vs_control_cleanup(void); |
904 | extern struct ip_vs_dest * | ||
905 | ip_vs_find_dest(__be32 daddr, __be16 dport, | ||
906 | __be32 vaddr, __be16 vport, __u16 protocol); | ||
907 | extern struct ip_vs_dest *ip_vs_try_bind_dest(struct ip_vs_conn *cp); | ||
904 | 908 | ||
905 | 909 | ||
906 | /* | 910 | /* |