]> git.baikalelectronics.ru Git - kernel.git/commit
ipv4: udp: Eliminate remaining uses of rt->rt_src
authorDavid S. Miller <davem@davemloft.net>
Mon, 9 May 2011 20:31:04 +0000 (13:31 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 10 May 2011 20:32:47 +0000 (13:32 -0700)
commit8c8427bdcf61d6f94b9630748aa6c7534b1b66a2
tree3817af51a5679168542395dbc69d3fa4cddf175a
parent1ed1b61f1966b33c868f666b68e291c0082bb4f1
ipv4: udp: Eliminate remaining uses of rt->rt_src

We already track and pass around the correct flow key,
so simply use it in udp_send_skb().

Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/udp.c