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>
Showing
- include/net/route.h 13 additions, 9 deletionsinclude/net/route.h
- net/ipv4/icmp.c 1 addition, 1 deletionnet/ipv4/icmp.c
- net/ipv4/ipmr.c 41 additions, 11 deletionsnet/ipv4/ipmr.c
- net/ipv4/route.c 83 additions, 70 deletionsnet/ipv4/route.c
- net/ipv4/xfrm4_policy.c 6 additions, 1 deletionnet/ipv4/xfrm4_policy.c
- net/sched/cls_route.c 1 addition, 1 deletionnet/sched/cls_route.c
- net/sched/em_meta.c 1 addition, 1 deletionnet/sched/em_meta.c
Loading
Please register or sign in to comment