aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/dn_route.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/dn_route.h')
-rw-r--r--include/net/dn_route.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/dn_route.h b/include/net/dn_route.h
index 55df9939bca2..342d2503cba5 100644
--- a/include/net/dn_route.h
+++ b/include/net/dn_route.h
@@ -69,6 +69,7 @@ int dn_route_rcv(struct sk_buff *skb, struct net_device *dev,
69 */ 69 */
70struct dn_route { 70struct dn_route {
71 struct dst_entry dst; 71 struct dst_entry dst;
72 struct dn_route __rcu *dn_next;
72 73
73 struct neighbour *n; 74 struct neighbour *n;
74 75