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;
864 unsigned long probe_interval;
867 unsigned long sackdelay;
868 __u32 sackfreq;
870 atomic_t mtu_info;
875 ktime_t last_time_heard;
880 unsigned long last_time_sent;
885 unsigned long last_time_ecne_reduced;
887 __be16 encap_port;
893 __u16 pathmaxrxt;
895 __u32 flowlabel;
896 __u8 dscp;
902 __u16 pf_retrans;
904 __u16 ps_retrans;
906 __u32 pathmtu;
909 __u32 param_flags;
912 int init_sent_count;
917 int state;
922 unsigned short error_count;
930 struct timer_list T3_rtx_timer;
933 struct timer_list hb_timer;
936 struct timer_list proto_unreach_timer;
939 struct timer_list reconf_timer;
942 struct timer_list probe_timer;
949 struct list_head transmitted;
952 struct sctp_packet packet;
955 struct list_head send_ready;
965 struct {
1000 struct sctp_transport *sctp_transport_new(struct net *, const union sctp_addr *, argument