sctp: Use flowi4's {saddr,daddr} in sctp_v4_dst_saddr() and sctp_v4_get_dst()
authorDavid S. Miller <davem@davemloft.net>
Wed, 4 May 2011 03:55:05 +0000 (20:55 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 4 May 2011 03:55:05 +0000 (20:55 -0700)
commit18a353f42817f08e3501162ceda9d2efddb08a40
tree250d1977232b7a14330b18758e091c0b3ac5d73e
parent492f64ce12e259abd85714d05b885e105bd8aeef
sctp: Use flowi4's {saddr,daddr} in sctp_v4_dst_saddr() and sctp_v4_get_dst()

Instead of rt->rt_{src,dst}

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