From: David S. Miller Date: Sun, 8 May 2011 23:38:45 +0000 (-0700) Subject: udp: Use flow key information instead of rt->rt_{src,dst} X-Git-Tag: v3.0-rc1~377^2~133 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e474995f290ff7bc236b549aa9a89ae445ee5b1b;p=pandora-kernel.git udp: Use flow key information instead of rt->rt_{src,dst} We have two cases. Either the socket is in TCP_ESTABLISHED state and connect() filled in the inet socket cork flow, or we looked up the route here and used an on-stack flow. Track which one it was, and use it to obtain src/dst addrs. Signed-off-by: David S. Miller --- Reading git-diff-tree failed