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)
commit77968b78242ee25e2a4d759f0fca8dd52df6d479
tree6de21f3a2efe49cb30ea8109fdfc79d30d6b27a3
parente474995f290ff7bc236b549aa9a89ae445ee5b1b
ipv4: Pass flow keys down into datagram packet building engine.

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>
include/net/ip.h
net/ipv4/icmp.c
net/ipv4/ip_output.c
net/ipv4/raw.c
net/ipv4/udp.c