aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/route.h
diff options
context:
space:
mode:
authorDavid Miller <davem@davemloft.net>2012-07-01 02:03:01 +0000
committerDavid S. Miller <davem@davemloft.net>2012-07-20 13:31:18 -0700
commitb48698895de86e07b685f8e4b8db0f1cd5a97e9a (patch)
tree5a4a9aa7363077b24289b99fd76da2ed30aae67c /include/net/route.h
parentipv4: Kill 'rt_src' from 'struct rtable' (diff)
downloadlinux-dev-b48698895de86e07b685f8e4b8db0f1cd5a97e9a.tar.xz
linux-dev-b48698895de86e07b685f8e4b8db0f1cd5a97e9a.zip
ipv4: Remove 'rt_mark' from 'struct rtable'
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/route.h')
-rw-r--r--include/net/route.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/route.h b/include/net/route.h
index 85d1093e42de..757fe40b6cea 100644
--- a/include/net/route.h
+++ b/include/net/route.h
@@ -52,7 +52,6 @@ struct rtable {
int rt_route_iif;
int rt_iif;
int rt_oif;
- __u32 rt_mark;
/* Info on neighbour */
__be32 rt_gateway;