diff options
Diffstat (limited to 'net/dccp/ipv4.c')
-rw-r--r-- | net/dccp/ipv4.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/dccp/ipv4.c b/net/dccp/ipv4.c index f450df2fc863..9e38b0d6195c 100644 --- a/net/dccp/ipv4.c +++ b/net/dccp/ipv4.c | |||
@@ -469,7 +469,7 @@ static struct dst_entry* dccp_v4_route_skb(struct sock *sk, | |||
469 | }; | 469 | }; |
470 | 470 | ||
471 | security_skb_classify_flow(skb, &fl); | 471 | security_skb_classify_flow(skb, &fl); |
472 | if (ip_route_output_flow(&rt, &fl, sk, 0)) { | 472 | if (ip_route_output_flow(&init_net, &rt, &fl, sk, 0)) { |
473 | IP_INC_STATS_BH(IPSTATS_MIB_OUTNOROUTES); | 473 | IP_INC_STATS_BH(IPSTATS_MIB_OUTNOROUTES); |
474 | return NULL; | 474 | return NULL; |
475 | } | 475 | } |