Lines Matching defs:sctp_transport

774 struct sctp_transport {  struct
776 struct list_head transports;
777 struct rhlist_head node;
780 refcount_t refcnt;
790 __u32 rto_pending:1,
796 hb_sent:1,
799 pmtu_pending:1,
801 dst_pending_confirm:1, /* need to confirm neighbour */
804 sack_generation:1;
805 u32 dst_cookie;
807 struct flowi fl;
810 union sctp_addr ipaddr;
813 struct sctp_af *af_specific;
816 struct sctp_association *asoc;
827 unsigned long rto;
829 __u32 rtt; /* This is the most recent RTT. */
832 __u32 rttvar;
835 __u32 srtt;
841 __u32 cwnd; /* This is the actual cwnd. */
844 __u32 ssthresh;
849 __u32 partial_bytes_acked;
852 __u32 flight_size;
854 __u32 burst_limited; /* Holds old cwnd when max.burst is applied */
857 struct dst_entry *dst;
859 union sctp_addr saddr;
864 unsigned long hbinterval;
865 unsigned long probe_interval;
868 unsigned long sackdelay;
869 __u32 sackfreq;
871 atomic_t mtu_info;
876 ktime_t last_time_heard;
881 unsigned long last_time_sent;
886 unsigned long last_time_ecne_reduced;
888 __be16 encap_port;
894 __u16 pathmaxrxt;
896 __u32 flowlabel;
897 __u8 dscp;
903 __u16 pf_retrans;
905 __u16 ps_retrans;
907 __u32 pathmtu;
910 __u32 param_flags;
913 int init_sent_count;
918 int state;
923 unsigned short error_count;
931 struct timer_list T3_rtx_timer;
934 struct timer_list hb_timer;
937 struct timer_list proto_unreach_timer;
940 struct timer_list reconf_timer;
943 struct timer_list probe_timer;
950 struct list_head transmitted;
953 struct sctp_packet packet;
956 struct list_head send_ready;
966 struct {
1001 struct sctp_transport *sctp_transport_new(struct net *, const union sctp_addr *, argument