]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit404ee19dcdecd3eff0b2a1bf53a0172718f00da3
treeede7d2af74c2982eb24430079aea63c05a3420e9
parent379ee2bf740217a44e4fb830b3c4ae07f0660f1d
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