Lines Matching defs:sctp_transport
771 struct sctp_transport { struct
773 struct list_head transports;
774 struct rhlist_head node;
777 refcount_t refcnt;
787 __u32 rto_pending:1,
793 hb_sent:1,
796 pmtu_pending:1,
798 dst_pending_confirm:1, /* need to confirm neighbour */
801 sack_generation:1;
802 u32 dst_cookie;
804 struct flowi fl;
807 union sctp_addr ipaddr;
810 struct sctp_af *af_specific;
813 struct sctp_association *asoc;
824 unsigned long rto;
826 __u32 rtt; /* This is the most recent RTT. */
829 __u32 rttvar;
832 __u32 srtt;
838 __u32 cwnd; /* This is the actual cwnd. */
841 __u32 ssthresh;
846 __u32 partial_bytes_acked;
849 __u32 flight_size;
851 __u32 burst_limited; /* Holds old cwnd when max.burst is applied */
854 struct dst_entry *dst;
856 union sctp_addr saddr;
861 unsigned long hbinterval;
862 unsigned long probe_interval;
865 unsigned long sackdelay;
866 __u32 sackfreq;
868 atomic_t mtu_info;
873 ktime_t last_time_heard;
878 unsigned long last_time_sent;
883 unsigned long last_time_ecne_reduced;
885 __be16 encap_port;
891 __u16 pathmaxrxt;
893 __u32 flowlabel;
894 __u8 dscp;
900 __u16 pf_retrans;
902 __u16 ps_retrans;
904 __u32 pathmtu;
907 __u32 param_flags;
910 int init_sent_count;
915 int state;
920 unsigned short error_count;
928 struct timer_list T3_rtx_timer;
931 struct timer_list hb_timer;
934 struct timer_list proto_unreach_timer;
937 struct timer_list reconf_timer;
940 struct timer_list probe_timer;
947 struct list_head transmitted;
950 struct sctp_packet packet;
953 struct list_head send_ready;
963 struct {
998 struct sctp_transport *sctp_transport_new(struct net *, const union sctp_addr *, argument