diff options
author | Hans Schillstrom <hans.schillstrom@ericsson.com> | 2011-01-03 08:44:47 -0500 |
---|---|---|
committer | Simon Horman <horms@verge.net.au> | 2011-01-12 20:30:27 -0500 |
commit | 4a85b96c08ef84076f84e87280223a4301988ed9 (patch) | |
tree | 14ec2ae8cd5c159dc4400c5a97a13231de1c9efb /include/net/ip_vs.h | |
parent | 252c64103237f1841088f0f29b4f084b1c774546 (diff) |
IPVS: netns preparation for proto_tcp
In this phase (one), all local vars will be moved to ipvs struct.
Remaining work, add param struct net *net to a couple of
functions that is common for all protos and use all
ip_vs_proto_data
*v3
Removed unused function as sugested by Simon
Signed-off-by: Hans Schillstrom <hans.schillstrom@ericsson.com>
Acked-by: Julian Anastasov <ja@ssi.bg>
Signed-off-by: Simon Horman <horms@verge.net.au>
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); |