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, 2 insertions, 3 deletions
diff --git a/include/net/sctp/structs.h b/include/net/sctp/structs.h
index 20e72129be1c..205630bb5010 100644
--- a/include/net/sctp/structs.h
+++ b/include/net/sctp/structs.h
@@ -756,7 +756,6 @@ struct sctp_transport {
756 756
757 /* Reference counting. */ 757 /* Reference counting. */
758 atomic_t refcnt; 758 atomic_t refcnt;
759 __u32 dead:1,
760 /* RTO-Pending : A flag used to track if one of the DATA 759 /* RTO-Pending : A flag used to track if one of the DATA
761 * chunks sent to this address is currently being 760 * chunks sent to this address is currently being
762 * used to compute a RTT. If this flag is 0, 761 * used to compute a RTT. If this flag is 0,
@@ -766,7 +765,7 @@ struct sctp_transport {
766 * calculation completes (i.e. the DATA chunk 765 * calculation completes (i.e. the DATA chunk
767 * is SACK'd) clear this flag. 766 * is SACK'd) clear this flag.
768 */ 767 */
769 rto_pending:1, 768 __u32 rto_pending:1,
770 769
771 /* 770 /*
772 * hb_sent : a flag that signals that we have a pending 771 * hb_sent : a flag that signals that we have a pending
@@ -955,7 +954,7 @@ void sctp_transport_route(struct sctp_transport *, union sctp_addr *,
955void sctp_transport_pmtu(struct sctp_transport *, struct sock *sk); 954void sctp_transport_pmtu(struct sctp_transport *, struct sock *sk);
956void sctp_transport_free(struct sctp_transport *); 955void sctp_transport_free(struct sctp_transport *);
957void sctp_transport_reset_timers(struct sctp_transport *); 956void sctp_transport_reset_timers(struct sctp_transport *);
958void sctp_transport_hold(struct sctp_transport *); 957int sctp_transport_hold(struct sctp_transport *);
959void sctp_transport_put(struct sctp_transport *); 958void sctp_transport_put(struct sctp_transport *);
960void sctp_transport_update_rto(struct sctp_transport *, __u32); 959void sctp_transport_update_rto(struct sctp_transport *, __u32);
961void sctp_transport_raise_cwnd(struct sctp_transport *, __u32, __u32); 960void sctp_transport_raise_cwnd(struct sctp_transport *, __u32, __u32);