summaryrefslogtreecommitdiffstats
path: root/include/net
diff options
context:
space:
mode:
authorDavid S. Miller2012-08-01 00:02:02 +0200
committerDavid S. Miller2012-08-01 00:02:02 +0200
commitc5038a8327b980a5b279fa193163c468011de009 (patch)
tree6d24fd005340e73360f9c1aa20dd3a1d21fd1625 /include/net
parentipv4: percpu nh_rth_output cache (diff)
downloadkernel-qcow2-linux-c5038a8327b980a5b279fa193163c468011de009.tar.gz
kernel-qcow2-linux-c5038a8327b980a5b279fa193163c468011de009.tar.xz
kernel-qcow2-linux-c5038a8327b980a5b279fa193163c468011de009.zip
ipv4: Cache routes in nexthop exception entries.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net')
-rw-r--r--include/net/ip_fib.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/ip_fib.h b/include/net/ip_fib.h
index e331746029b4..926142ed8d7a 100644
--- a/include/net/ip_fib.h
+++ b/include/net/ip_fib.h
@@ -55,6 +55,7 @@ struct fib_nh_exception {
u32 fnhe_pmtu;
__be32 fnhe_gw;
unsigned long fnhe_expires;
+ struct rtable __rcu *fnhe_rth;
unsigned long fnhe_stamp;
};