]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit - net/ipv4/udp.c
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)
commit79ab053145ae10edf8f0809d1c788b853c7f6ef1
tree3817af51a5679168542395dbc69d3fa4cddf175a
parent9f6abb5f175bdb9ecfd390000a631bf0abf2fedb
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