ipvs: Store ipvs not net in struct ip_vs_conn
[deliverable/linux.git] / net / netfilter / ipvs / ip_vs_proto_tcp.c
index 8f43cf6044e9ccc54c5276b3dbb30f5173641837..e00623a885187faba38e167b0e33e892a3f55d73 100644 (file)
@@ -633,7 +633,7 @@ tcp_unregister_app(struct net *net, struct ip_vs_app *inc)
 static int
 tcp_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.027084 seconds and 5 git commands to generate.