David S. Miller 67e28ffd86 ipv4: Optimize flow initialization in input route lookup.
Like in commit 44713b67db10c774f14280c129b0d5fd13c70cf2
("ipv4: Optimize flow initialization in output route lookup."
we can optimize the on-stack flow setup to only initialize
the members which are actually used.

Otherwise we bzero the entire structure, then initialize
explicitly the first half of it.

Signed-off-by: David S. Miller <davem@davemloft.net>
2011-03-09 20:42:07 -08:00
..
2010-10-25 13:09:44 -07:00
2011-01-27 14:15:54 -08:00
2011-01-12 19:00:40 -08:00
2011-03-07 15:51:13 -08:00
2010-10-21 15:44:13 +02:00
2011-03-01 22:51:52 -08:00
2010-04-20 16:37:13 -07:00
2011-02-09 22:36:13 -08:00
2010-12-16 13:44:24 -08:00
2010-10-15 15:53:27 +02:00
2011-02-23 14:11:30 -08:00