sctp: Adjust PMTU updates to accomodate route invalidation.
authorDavid S. Miller <davem@davemloft.net>
Mon, 16 Jul 2012 10:57:14 +0000 (03:57 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 16 Jul 2012 10:57:14 +0000 (03:57 -0700)
commit02f3d4ce9e81434a365f4643020b0402f6fe3332
tree8fd12d62c3d92ed090d1d7e5f92750bef951b914
parent35ad9b9cf7d8a2e6259a0d24022e910adb6f3489
sctp: Adjust PMTU updates to accomodate route invalidation.

This adjusts the call to dst_ops->update_pmtu() so that we can
transparently handle the fact that, in the future, the dst itself can
be invalidated by the PMTU update (when we have non-host routes cached
in sockets).

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