diff options
Diffstat (limited to 'include/net/sctp/structs.h')
-rw-r--r-- | include/net/sctp/structs.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/net/sctp/structs.h b/include/net/sctp/structs.h index 07115ca9de4d..d8e464aacb20 100644 --- a/include/net/sctp/structs.h +++ b/include/net/sctp/structs.h | |||
@@ -1853,6 +1853,9 @@ struct sctp_association { | |||
1853 | prsctp_enable:1; | 1853 | prsctp_enable:1; |
1854 | 1854 | ||
1855 | struct sctp_priv_assoc_stats stats; | 1855 | struct sctp_priv_assoc_stats stats; |
1856 | |||
1857 | __u64 abandoned_unsent[SCTP_PR_INDEX(MAX) + 1]; | ||
1858 | __u64 abandoned_sent[SCTP_PR_INDEX(MAX) + 1]; | ||
1856 | }; | 1859 | }; |
1857 | 1860 | ||
1858 | 1861 | ||