sctp: Store a flowi in transports to provide persistent keying.
authorDavid S. Miller <davem@davemloft.net>
Fri, 6 May 2011 23:32:47 +0000 (16:32 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sun, 8 May 2011 21:05:14 +0000 (14:05 -0700)
commit8663c938ceb72f47941c95ff0ea491ebbdd68f26
treef87bf63fb7f8ca29e01083e742c0530c25a9feb9
parentb57ae01a8a8446dbbed7365c9b05aef1fc6dea20
sctp: Store a flowi in transports to provide persistent keying.

Several future simplifications are possible now because of this.

For example, the sctp_addr unions can simply refer directly to
the flowi information.

Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/sctp/structs.h
net/sctp/transport.c