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>
Showing
- include/net/sctp/sctp.h 2 additions, 2 deletionsinclude/net/sctp/sctp.h
- include/net/sctp/structs.h 2 additions, 2 deletionsinclude/net/sctp/structs.h
- net/sctp/associola.c 2 additions, 2 deletionsnet/sctp/associola.c
- net/sctp/input.c 2 additions, 2 deletionsnet/sctp/input.c
- net/sctp/output.c 1 addition, 1 deletionnet/sctp/output.c
- net/sctp/socket.c 3 additions, 3 deletionsnet/sctp/socket.c
- net/sctp/transport.c 10 additions, 2 deletionsnet/sctp/transport.c
Loading
Please register or sign in to comment