summaryrefslogtreecommitdiffstats
path: root/include/net/ip_vs.h
diff options
context:
space:
mode:
authorEric W. Biederman2015-09-21 20:01:51 +0200
committerSimon Horman2015-09-24 02:34:34 +0200
commitdc2add6f2e35916afd6ffcd7819a06ce9b28063d (patch)
treed4e98931894e72621e9a105e1ddc2c0669107b1e /include/net/ip_vs.h
parentipvs: Pass ipvs not net to ip_vs_has_real_service (diff)
downloadkernel-qcow2-linux-dc2add6f2e35916afd6ffcd7819a06ce9b28063d.tar.gz
kernel-qcow2-linux-dc2add6f2e35916afd6ffcd7819a06ce9b28063d.tar.xz
kernel-qcow2-linux-dc2add6f2e35916afd6ffcd7819a06ce9b28063d.zip
ipvs: Pass ipvs not net to ip_vs_find_dest
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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/ip_vs.h b/include/net/ip_vs.h
index b93ee28fb011..b54a19eaa630 100644
--- a/include/net/ip_vs.h
+++ b/include/net/ip_vs.h
@@ -1423,7 +1423,7 @@ void ip_vs_unregister_nl_ioctl(void);
int ip_vs_control_init(void);
void ip_vs_control_cleanup(void);
struct ip_vs_dest *
-ip_vs_find_dest(struct net *net, int svc_af, int dest_af,
+ip_vs_find_dest(struct netns_ipvs *ipvs, int svc_af, int dest_af,
const union nf_inet_addr *daddr, __be16 dport,
const union nf_inet_addr *vaddr, __be16 vport,
__u16 protocol, __u32 fwmark, __u32 flags);