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.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/net/sctp/structs.h b/include/net/sctp/structs.h
index 07a0b128625a..592decebac75 100644
--- a/include/net/sctp/structs.h
+++ b/include/net/sctp/structs.h
@@ -83,6 +83,7 @@ struct sctp_bind_addr;
83struct sctp_ulpq; 83struct sctp_ulpq;
84struct sctp_ep_common; 84struct sctp_ep_common;
85struct crypto_shash; 85struct crypto_shash;
86struct sctp_stream;
86 87
87 88
88#include <net/sctp/tsnmap.h> 89#include <net/sctp/tsnmap.h>
@@ -753,6 +754,8 @@ struct sctp_transport {
753 /* Is the Path MTU update pending on this tranport */ 754 /* Is the Path MTU update pending on this tranport */
754 pmtu_pending:1, 755 pmtu_pending:1,
755 756
757 dst_pending_confirm:1, /* need to confirm neighbour */
758
756 /* Has this transport moved the ctsn since we last sacked */ 759 /* Has this transport moved the ctsn since we last sacked */
757 sack_generation:1; 760 sack_generation:1;
758 u32 dst_cookie; 761 u32 dst_cookie;
@@ -806,8 +809,6 @@ struct sctp_transport {
806 809
807 __u32 burst_limited; /* Holds old cwnd when max.burst is applied */ 810 __u32 burst_limited; /* Holds old cwnd when max.burst is applied */
808 811
809 __u32 dst_pending_confirm; /* need to confirm neighbour */
810
811 /* Destination */ 812 /* Destination */
812 struct dst_entry *dst; 813 struct dst_entry *dst;
813 /* Source address. */ 814 /* Source address. */