]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit4d5aaccab10497b541d6bc96328f4edff1c6a964
tree6a5faa5fb7a2242bebacba4cdb5722b988d3e909
parent718382487c68346a54b4a7c26532d7665a6903f5
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