Lines Matching defs:sctp_transport
885 struct sctp_transport { struct
887 struct list_head transports;
890 atomic_t refcnt;
891 __u32 dead:1,
901 rto_pending:1,
907 hb_sent:1,
910 pmtu_pending:1,
913 malloced:1;
915 struct flowi fl;
918 union sctp_addr ipaddr;
921 struct sctp_af *af_specific;
924 struct sctp_association *asoc;
935 unsigned long rto;
937 __u32 rtt; /* This is the most recent RTT. */
940 __u32 rttvar;
943 __u32 srtt;
949 __u32 cwnd; /* This is the actual cwnd. */
952 __u32 ssthresh;
957 __u32 partial_bytes_acked;
960 __u32 flight_size;
962 __u32 burst_limited; /* Holds old cwnd when max.burst is applied */
965 struct dst_entry *dst;
967 union sctp_addr saddr;
972 unsigned long hbinterval;
975 unsigned long sackdelay;
976 __u32 sackfreq;
981 unsigned long last_time_heard;
986 unsigned long last_time_ecne_reduced;
992 __u16 pathmaxrxt;
995 __u32 pathmtu;
998 __u32 param_flags;
1001 int init_sent_count;
1006 int state;
1011 unsigned short error_count;
1019 struct timer_list T3_rtx_timer;
1022 struct timer_list hb_timer;
1025 struct timer_list proto_unreach_timer;
1032 struct list_head transmitted;
1035 struct sctp_packet packet;
1038 struct list_head send_ready;
1048 struct {
1073 struct sctp_transport *sctp_transport_new(const union sctp_addr *, argument