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)
commitd9d8da805dcb503ef8ee49918a94d49085060f23
treeede7d2af74c2982eb24430079aea63c05a3420e9
parent0e734419923bd8e599858f8fc196c7804bb85564
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 <davem@davemloft.net>
include/net/inet6_connection_sock.h
include/net/inet_connection_sock.h
include/net/ip.h
net/dccp/output.c
net/ipv4/ip_output.c
net/ipv4/tcp_output.c
net/ipv6/inet6_connection_sock.c
net/l2tp/l2tp_core.c
net/l2tp/l2tp_ip.c
net/sctp/protocol.c