]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit0306975f79bb52637b0308e70dab64a4505e9c81
tree6de21f3a2efe49cb30ea8109fdfc79d30d6b27a3
parent02f7fe8f5c379f16edc992d58f120bcd89f5d9d9
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