diff options
Diffstat (limited to 'include/net/sctp/structs.h')
-rw-r--r-- | include/net/sctp/structs.h | 5 |
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 *, | |||
955 | void sctp_transport_pmtu(struct sctp_transport *, struct sock *sk); | 954 | void sctp_transport_pmtu(struct sctp_transport *, struct sock *sk); |
956 | void sctp_transport_free(struct sctp_transport *); | 955 | void sctp_transport_free(struct sctp_transport *); |
957 | void sctp_transport_reset_timers(struct sctp_transport *); | 956 | void sctp_transport_reset_timers(struct sctp_transport *); |
958 | void sctp_transport_hold(struct sctp_transport *); | 957 | int sctp_transport_hold(struct sctp_transport *); |
959 | void sctp_transport_put(struct sctp_transport *); | 958 | void sctp_transport_put(struct sctp_transport *); |
960 | void sctp_transport_update_rto(struct sctp_transport *, __u32); | 959 | void sctp_transport_update_rto(struct sctp_transport *, __u32); |
961 | void sctp_transport_raise_cwnd(struct sctp_transport *, __u32, __u32); | 960 | void sctp_transport_raise_cwnd(struct sctp_transport *, __u32, __u32); |