commit | 77968b78242ee25e2a4d759f0fca8dd52df6d479 | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Sun May 08 17:12:19 2011 -0700 |
committer | David S. Miller <davem@davemloft.net> | Sun May 08 21:24:06 2011 -0700 |
tree | 6de21f3a2efe49cb30ea8109fdfc79d30d6b27a3 | |
parent | e474995f290ff7bc236b549aa9a89ae445ee5b1b [diff] |
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>