diff options
Diffstat (limited to 'include/net/ip_vs.h')
-rw-r--r-- | include/net/ip_vs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/ip_vs.h b/include/net/ip_vs.h index 88d4e40b538a..3c45a00cdc3e 100644 --- a/include/net/ip_vs.h +++ b/include/net/ip_vs.h | |||
@@ -807,7 +807,7 @@ extern void ip_vs_conn_expire_now(struct ip_vs_conn *cp); | |||
807 | 807 | ||
808 | extern const char * ip_vs_state_name(__u16 proto, int state); | 808 | extern const char * ip_vs_state_name(__u16 proto, int state); |
809 | 809 | ||
810 | extern void ip_vs_tcp_conn_listen(struct ip_vs_conn *cp); | 810 | extern void ip_vs_tcp_conn_listen(struct net *net, struct ip_vs_conn *cp); |
811 | extern int ip_vs_check_template(struct ip_vs_conn *ct); | 811 | extern int ip_vs_check_template(struct ip_vs_conn *ct); |
812 | extern void ip_vs_random_dropentry(void); | 812 | extern void ip_vs_random_dropentry(void); |
813 | extern int ip_vs_conn_init(void); | 813 | extern int ip_vs_conn_init(void); |