|
@@ -753,6 +753,8 @@ struct sctp_transport {
|
|
/* Is the Path MTU update pending on this tranport */
|
|
/* Is the Path MTU update pending on this tranport */
|
|
pmtu_pending:1,
|
|
pmtu_pending:1,
|
|
|
|
|
|
|
|
+ dst_pending_confirm:1, /* need to confirm neighbour */
|
|
|
|
+
|
|
/* Has this transport moved the ctsn since we last sacked */
|
|
/* Has this transport moved the ctsn since we last sacked */
|
|
sack_generation:1;
|
|
sack_generation:1;
|
|
u32 dst_cookie;
|
|
u32 dst_cookie;
|
|
@@ -806,8 +808,6 @@ struct sctp_transport {
|
|
|
|
|
|
__u32 burst_limited; /* Holds old cwnd when max.burst is applied */
|
|
__u32 burst_limited; /* Holds old cwnd when max.burst is applied */
|
|
|
|
|
|
- __u32 dst_pending_confirm; /* need to confirm neighbour */
|
|
|
|
-
|
|
|
|
/* Destination */
|
|
/* Destination */
|
|
struct dst_entry *dst;
|
|
struct dst_entry *dst;
|
|
/* Source address. */
|
|
/* Source address. */
|