inet: Pass flowi to ->queue_xmit().
authorDavid S. Miller <davem@davemloft.net>
Sat, 7 May 2011 05:23:20 +0000 (22:23 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sun, 8 May 2011 22:28:28 +0000 (15:28 -0700)
This allows us to acquire the exact route keying information from the
protocol, however that might be managed.

It handles all of the possibilities, from the simplest case of storing
the key in inet->cork.fl to the more complex setup SCTP has where
individual transports determine the flow.

Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found