Lines Matching defs:sctp_transport
783 struct sctp_transport { struct
785 struct list_head transports;
786 struct rhlist_head node;
789 refcount_t refcnt;
799 __u32 rto_pending:1,
805 hb_sent:1,
808 pmtu_pending:1,
810 dst_pending_confirm:1, /* need to confirm neighbour */
813 sack_generation:1;
814 u32 dst_cookie;
816 struct flowi fl;
819 union sctp_addr ipaddr;
822 struct sctp_af *af_specific;
825 struct sctp_association *asoc;
836 unsigned long rto;
838 __u32 rtt; /* This is the most recent RTT. */
841 __u32 rttvar;
844 __u32 srtt;
850 __u32 cwnd; /* This is the actual cwnd. */
853 __u32 ssthresh;
858 __u32 partial_bytes_acked;
861 __u32 flight_size;
863 __u32 burst_limited; /* Holds old cwnd when max.burst is applied */
866 struct dst_entry *dst;
868 union sctp_addr saddr;
873 unsigned long hbinterval;
876 unsigned long sackdelay;
877 __u32 sackfreq;
879 atomic_t mtu_info;
884 ktime_t last_time_heard;
889 unsigned long last_time_sent;
894 unsigned long last_time_ecne_reduced;
900 __u16 pathmaxrxt;
902 __u32 flowlabel;
903 __u8 dscp;
909 int pf_retrans;
911 __u32 pathmtu;
914 __u32 param_flags;
917 int init_sent_count;
922 int state;
927 unsigned short error_count;
935 struct timer_list T3_rtx_timer;
938 struct timer_list hb_timer;
941 struct timer_list proto_unreach_timer;
944 struct timer_list reconf_timer;
951 struct list_head transmitted;
954 struct sctp_packet packet;
957 struct list_head send_ready;
967 struct {
994 struct sctp_transport *sctp_transport_new(struct net *, const union sctp_addr *, argument