diff options
author | Eric W. Biederman <ebiederm@xmission.com> | 2015-09-21 13:01:49 -0500 |
---|---|---|
committer | Simon Horman <horms@verge.net.au> | 2015-09-24 09:34:34 +0900 |
commit | 0a4fd6ce92460ec325f7e56813645e4308da170e (patch) | |
tree | 6e3c4084c413076c02c1e87ed24bfa7327239d3d /include/net/ip_vs.h | |
parent | bb2e2a8c957fd1ae323b84d8a1c3268233669f83 (diff) | |
download | op-kernel-dev-0a4fd6ce92460ec325f7e56813645e4308da170e.zip op-kernel-dev-0a4fd6ce92460ec325f7e56813645e4308da170e.tar.gz |
ipvs: Pass ipvs not net to ip_vs_service_find
Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.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 2c22380..828b19b 100644 --- a/include/net/ip_vs.h +++ b/include/net/ip_vs.h @@ -1410,7 +1410,7 @@ extern struct ip_vs_stats ip_vs_stats; extern int sysctl_ip_vs_sync_ver; struct ip_vs_service * -ip_vs_service_find(struct net *net, int af, __u32 fwmark, __u16 protocol, +ip_vs_service_find(struct netns_ipvs *ipvs, int af, __u32 fwmark, __u16 protocol, const union nf_inet_addr *vaddr, __be16 vport); bool ip_vs_has_real_service(struct net *net, int af, __u16 protocol, |