ipv4: Optimize flow initialization in input route lookup.
authorDavid S. Miller <davem@davemloft.net>
Thu, 10 Mar 2011 04:42:07 +0000 (20:42 -0800)
committerDavid S. Miller <davem@davemloft.net>
Thu, 10 Mar 2011 04:42:07 +0000 (20:42 -0800)
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>

No differences found