Lines Matching defs:sctp_transport
773 struct sctp_transport { struct
775 struct list_head transports;
776 struct rhlist_head node;
779 refcount_t refcnt;
789 __u32 rto_pending:1,
795 hb_sent:1,
798 pmtu_pending:1,
800 dst_pending_confirm:1, /* need to confirm neighbour */
803 sack_generation:1;
804 u32 dst_cookie;
806 struct flowi fl;
809 union sctp_addr ipaddr;
812 struct sctp_af *af_specific;
815 struct sctp_association *asoc;
826 unsigned long rto;
828 __u32 rtt; /* This is the most recent RTT. */
831 __u32 rttvar;
834 __u32 srtt;
840 __u32 cwnd; /* This is the actual cwnd. */
843 __u32 ssthresh;
848 __u32 partial_bytes_acked;
851 __u32 flight_size;
853 __u32 burst_limited; /* Holds old cwnd when max.burst is applied */
856 struct dst_entry *dst;
858 union sctp_addr saddr;
863 unsigned long hbinterval;
866 unsigned long sackdelay;
867 __u32 sackfreq;
869 atomic_t mtu_info;
874 ktime_t last_time_heard;
879 unsigned long last_time_sent;
884 unsigned long last_time_ecne_reduced;
890 __u16 pathmaxrxt;
892 __u32 flowlabel;
893 __u8 dscp;
899 int pf_retrans;
901 __u32 pathmtu;
904 __u32 param_flags;
907 int init_sent_count;
912 int state;
917 unsigned short error_count;
925 struct timer_list T3_rtx_timer;
928 struct timer_list hb_timer;
931 struct timer_list proto_unreach_timer;
934 struct timer_list reconf_timer;
941 struct list_head transmitted;
944 struct sctp_packet packet;
947 struct list_head send_ready;
957 struct {
984 struct sctp_transport *sctp_transport_new(struct net *, const union sctp_addr *, argument