ipvs: Store ipvs not net in struct ip_vs_conn
[deliverable/linux.git] / net / netfilter / ipvs / ip_vs_proto_udp.c
index f3aa821efb8904b62623e9a8ae92911140c8e27b..3b0a2dc1826b5ff15461c369b128a92577871d30 100644 (file)
@@ -400,7 +400,7 @@ udp_unregister_app(struct net *net, struct ip_vs_app *inc)
 
 static int udp_app_conn_bind(struct ip_vs_conn *cp)
 {
-       struct netns_ipvs *ipvs = net_ipvs(ip_vs_conn_net(cp));
+       struct netns_ipvs *ipvs = cp->ipvs;
        int hash;
        struct ip_vs_app *inc;
        int result = 0;
This page took 0.025694 seconds and 5 git commands to generate.