diff options
Diffstat (limited to 'net/ipv4/ip_fragment.c')
-rw-r--r-- | net/ipv4/ip_fragment.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/ip_fragment.c b/net/ipv4/ip_fragment.c index 8b448c4b9080..fcb60e76b234 100644 --- a/net/ipv4/ip_fragment.c +++ b/net/ipv4/ip_fragment.c | |||
@@ -571,7 +571,7 @@ int ip_defrag(struct sk_buff *skb, u32 user) | |||
571 | 571 | ||
572 | IP_INC_STATS_BH(IPSTATS_MIB_REASMREQDS); | 572 | IP_INC_STATS_BH(IPSTATS_MIB_REASMREQDS); |
573 | 573 | ||
574 | net = skb->dev ? skb->dev->nd_net : skb->dst->dev->nd_net; | 574 | net = skb->dev ? dev_net(skb->dev) : dev_net(skb->dst->dev); |
575 | /* Start by cleaning up the memory. */ | 575 | /* Start by cleaning up the memory. */ |
576 | if (atomic_read(&net->ipv4.frags.mem) > net->ipv4.frags.high_thresh) | 576 | if (atomic_read(&net->ipv4.frags.mem) > net->ipv4.frags.high_thresh) |
577 | ip_evictor(net); | 577 | ip_evictor(net); |