ipv4: prepare net initialization for IP accounting
[firefly-linux-kernel-4.4.55.git] / net / ipv4 / inet_connection_sock.c
index 5bbf0005151205be0c31fcd090febb16532fb5c8..8338e1066654687885781e079a09e5ab1ff7aee9 100644 (file)
@@ -338,9 +338,10 @@ struct dst_entry* inet_csk_route_req(struct sock *sk,
                            .uli_u = { .ports =
                                       { .sport = inet_sk(sk)->sport,
                                         .dport = ireq->rmt_port } } };
+       struct net *net = sock_net(sk);
 
        security_req_classify_flow(req, &fl);
-       if (ip_route_output_flow(sock_net(sk), &rt, &fl, sk, 0)) {
+       if (ip_route_output_flow(net, &rt, &fl, sk, 0)) {
                IP_INC_STATS_BH(IPSTATS_MIB_OUTNOROUTES);
                return NULL;
        }