2.6.32.28 update
/include/net/sctp/structs.h
blob:89e54e932368430bcabad6f2210a6c510428ef4e -> blob:88daa54eeef8a35e46bd486d58a2fd9f2e44c6b3
--- include/net/sctp/structs.h
+++ include/net/sctp/structs.h
@@ -1008,6 +1008,9 @@ struct sctp_transport {
/* Heartbeat timer is per destination. */
struct timer_list hb_timer;
+ /* Timer to handle ICMP proto unreachable envets */
+ struct timer_list proto_unreach_timer;
+
/* Since we're using per-destination retransmission timers
* (see above), we're also using per-destination "transmitted"
* queues. This probably ought to be a private struct