ipv4: Pass flow keys down into datagram packet building engine.
authorDavid S. Miller <davem@davemloft.net>
Mon, 9 May 2011 00:12:19 +0000 (17:12 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 9 May 2011 04:24:06 +0000 (21:24 -0700)
This way ip_output.c no longer needs rt->rt_{src,dst}.

We already have these keys sitting, ready and waiting, on the stack or
in a socket structure.

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

No differences found