aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/sctp/structs.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/sctp/structs.h')
-rw-r--r--include/net/sctp/structs.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/net/sctp/structs.h b/include/net/sctp/structs.h
index 90876b657775..ac794a6823eb 100644
--- a/include/net/sctp/structs.h
+++ b/include/net/sctp/structs.h
@@ -950,12 +950,6 @@ struct sctp_transport {
950 /* Source address. */ 950 /* Source address. */
951 union sctp_addr saddr; 951 union sctp_addr saddr;
952 952
953 /* When was the last time(in jiffies) that a data packet was sent on
954 * this transport? This is used to adjust the cwnd when the transport
955 * becomes inactive.
956 */
957 unsigned long last_time_used;
958
959 /* Heartbeat interval: The endpoint sends out a Heartbeat chunk to 953 /* Heartbeat interval: The endpoint sends out a Heartbeat chunk to
960 * the destination address every heartbeat interval. 954 * the destination address every heartbeat interval.
961 */ 955 */