Lines Matching defs:sctp_transport
753 struct sctp_transport { struct
755 struct list_head transports;
758 atomic_t refcnt;
759 __u32 dead:1,
769 rto_pending:1,
775 hb_sent:1,
778 pmtu_pending:1,
781 sack_generation:1;
782 u32 dst_cookie;
784 struct flowi fl;
787 union sctp_addr ipaddr;
790 struct sctp_af *af_specific;
793 struct sctp_association *asoc;
804 unsigned long rto;
806 __u32 rtt; /* This is the most recent RTT. */
809 __u32 rttvar;
812 __u32 srtt;
818 __u32 cwnd; /* This is the actual cwnd. */
821 __u32 ssthresh;
826 __u32 partial_bytes_acked;
829 __u32 flight_size;
831 __u32 burst_limited; /* Holds old cwnd when max.burst is applied */
834 struct dst_entry *dst;
836 union sctp_addr saddr;
841 unsigned long hbinterval;
844 unsigned long sackdelay;
845 __u32 sackfreq;
850 ktime_t last_time_heard;
855 unsigned long last_time_ecne_reduced;
861 __u16 pathmaxrxt;
867 int pf_retrans;
869 __u32 pathmtu;
872 __u32 param_flags;
875 int init_sent_count;
880 int state;
885 unsigned short error_count;
893 struct timer_list T3_rtx_timer;
896 struct timer_list hb_timer;
899 struct timer_list proto_unreach_timer;
906 struct list_head transmitted;
909 struct sctp_packet packet;
912 struct list_head send_ready;
922 struct {
949 struct sctp_transport *sctp_transport_new(struct net *, const union sctp_addr *, argument