From: David S. Miller Date: Sat, 7 May 2011 05:23:20 +0000 (-0700) Subject: inet: Pass flowi to ->queue_xmit(). X-Git-Tag: v3.0-rc1~377^2~141 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d9d8da805dcb503ef8ee49918a94d49085060f23;p=pandora-kernel.git inet: Pass flowi to ->queue_xmit(). 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 --- Reading git-diff-tree failed