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.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/net/sctp/structs.h b/include/net/sctp/structs.h
index 5f69158c1006..268f2e19ccbb 100644
--- a/include/net/sctp/structs.h
+++ b/include/net/sctp/structs.h
@@ -445,6 +445,7 @@ typedef struct sctp_sender_hb_info {
445 struct sctp_paramhdr param_hdr; 445 struct sctp_paramhdr param_hdr;
446 union sctp_addr daddr; 446 union sctp_addr daddr;
447 unsigned long sent_at; 447 unsigned long sent_at;
448 __u64 hb_nonce;
448} __attribute__((packed)) sctp_sender_hb_info_t; 449} __attribute__((packed)) sctp_sender_hb_info_t;
449 450
450/* 451/*
@@ -984,6 +985,9 @@ struct sctp_transport {
984 */ 985 */
985 char cacc_saw_newack; 986 char cacc_saw_newack;
986 } cacc; 987 } cacc;
988
989 /* 64-bit random number sent with heartbeat. */
990 __u64 hb_nonce;
987}; 991};
988 992
989struct sctp_transport *sctp_transport_new(const union sctp_addr *, 993struct sctp_transport *sctp_transport_new(const union sctp_addr *,