Lines Matching defs:sctp_transport
767 struct sctp_transport { struct
769 struct list_head transports;
770 struct rhlist_head node;
773 refcount_t refcnt;
783 __u32 rto_pending:1,
789 hb_sent:1,
792 pmtu_pending:1,
794 dst_pending_confirm:1, /* need to confirm neighbour */
797 sack_generation:1;
798 u32 dst_cookie;
800 struct flowi fl;
803 union sctp_addr ipaddr;
806 struct sctp_af *af_specific;
809 struct sctp_association *asoc;
820 unsigned long rto;
822 __u32 rtt; /* This is the most recent RTT. */
825 __u32 rttvar;
828 __u32 srtt;
834 __u32 cwnd; /* This is the actual cwnd. */
837 __u32 ssthresh;
842 __u32 partial_bytes_acked;
845 __u32 flight_size;
847 __u32 burst_limited; /* Holds old cwnd when max.burst is applied */
850 struct dst_entry *dst;
852 union sctp_addr saddr;
857 unsigned long hbinterval;
860 unsigned long sackdelay;
861 __u32 sackfreq;
863 atomic_t mtu_info;
868 ktime_t last_time_heard;
873 unsigned long last_time_sent;
878 unsigned long last_time_ecne_reduced;
884 __u16 pathmaxrxt;
886 __u32 flowlabel;
887 __u8 dscp;
893 __u16 pf_retrans;
895 __u16 ps_retrans;
897 __u32 pathmtu;
900 __u32 param_flags;
903 int init_sent_count;
908 int state;
913 unsigned short error_count;
921 struct timer_list T3_rtx_timer;
924 struct timer_list hb_timer;
927 struct timer_list proto_unreach_timer;
930 struct timer_list reconf_timer;
937 struct list_head transmitted;
940 struct sctp_packet packet;
943 struct list_head send_ready;
953 struct {
980 struct sctp_transport *sctp_transport_new(struct net *, const union sctp_addr *, argument