ipv4: Remove flowi from struct rtable.
authorDavid S. Miller <davem@davemloft.net>
Sat, 5 Mar 2011 05:47:09 +0000 (21:47 -0800)
committerDavid S. Miller <davem@davemloft.net>
Sat, 5 Mar 2011 05:55:31 +0000 (21:55 -0800)
commit5e2b61f78411be25f0b84f97d5b5d312f184dfd1
tree6a5faa5fb7a2242bebacba4cdb5722b988d3e909
parent1018b5c01636c7c6bda31a719bda34fc631db29a
ipv4: Remove flowi from struct rtable.

The only necessary parts are the src/dst addresses, the
interface indexes, the TOS, and the mark.

The rest is unnecessary bloat, which amounts to nearly
50 bytes on 64-bit.

Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/route.h
net/ipv4/icmp.c
net/ipv4/ipmr.c
net/ipv4/route.c
net/ipv4/xfrm4_policy.c
net/sched/cls_route.c
net/sched/em_meta.c