Skip to content
  • David S. Miller's avatar
    inet: Pass flowi to ->queue_xmit(). · d9d8da80
    David S. Miller authored
    
    
    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: default avatarDavid S. Miller <davem@davemloft.net>
    d9d8da80