|
@@ -757,7 +757,6 @@ struct sctp_chunk {
|
|
#define SCTP_NEED_FRTX 0x1
|
|
#define SCTP_NEED_FRTX 0x1
|
|
#define SCTP_DONT_FRTX 0x2
|
|
#define SCTP_DONT_FRTX 0x2
|
|
__u16 rtt_in_progress:1, /* This chunk used for RTT calc? */
|
|
__u16 rtt_in_progress:1, /* This chunk used for RTT calc? */
|
|
- resent:1, /* Has this chunk ever been resent. */
|
|
|
|
has_tsn:1, /* Does this chunk have a TSN yet? */
|
|
has_tsn:1, /* Does this chunk have a TSN yet? */
|
|
has_ssn:1, /* Does this chunk have a SSN yet? */
|
|
has_ssn:1, /* Does this chunk have a SSN yet? */
|
|
singleton:1, /* Only chunk in the packet? */
|
|
singleton:1, /* Only chunk in the packet? */
|
|
@@ -1065,7 +1064,7 @@ void sctp_transport_route(struct sctp_transport *, union sctp_addr *,
|
|
struct sctp_sock *);
|
|
struct sctp_sock *);
|
|
void sctp_transport_pmtu(struct sctp_transport *);
|
|
void sctp_transport_pmtu(struct sctp_transport *);
|
|
void sctp_transport_free(struct sctp_transport *);
|
|
void sctp_transport_free(struct sctp_transport *);
|
|
-void sctp_transport_reset_timers(struct sctp_transport *, int);
|
|
|
|
|
|
+void sctp_transport_reset_timers(struct sctp_transport *);
|
|
void sctp_transport_hold(struct sctp_transport *);
|
|
void sctp_transport_hold(struct sctp_transport *);
|
|
void sctp_transport_put(struct sctp_transport *);
|
|
void sctp_transport_put(struct sctp_transport *);
|
|
void sctp_transport_update_rto(struct sctp_transport *, __u32);
|
|
void sctp_transport_update_rto(struct sctp_transport *, __u32);
|