• Home
  • Raw
  • Download

Lines Matching defs:sctp_association

52045 struct sctp_association {  struct
52046 struct sctp_ep_common base;
52047 struct list_head asocs;
52048 sctp_assoc_t assoc_id;
52049 struct sctp_endpoint *ep;
52050 struct sctp_cookie c;
52051 struct {
52085 } peer;
52086 enum sctp_state state;
52087 int overall_error_count;
52088 ktime_t cookie_life;
52089 long unsigned int rto_initial;
52090 long unsigned int rto_max;
52091 long unsigned int rto_min;
52092 int max_burst;
52093 int max_retrans;
52094 __u16 pf_retrans;
52095 __u16 ps_retrans;
52096 __u16 max_init_attempts;
52097 __u16 init_retries;
52098 long unsigned int max_init_timeo;
52099 long unsigned int hbinterval;
52100 long unsigned int probe_interval;
52101 __be16 encap_port;
52102 __u16 pathmaxrxt;
52103 __u32 flowlabel;
52104 __u8 dscp;
52105 __u8 pmtu_pending;
52106 __u32 pathmtu;
52107 __u32 param_flags;
52108 __u32 sackfreq;
52109 long unsigned int sackdelay;
52110 long unsigned int timeouts[12];
52111 struct timer_list timers[12];
52112 struct sctp_transport *shutdown_last_sent_to;
52113 struct sctp_transport *init_last_sent_to;
52114 int shutdown_retries;
52115 __u32 next_tsn;
52116 __u32 ctsn_ack_point;
52117 __u32 adv_peer_ack_point;
52118 __u32 highest_sacked;
52119 __u32 fast_recovery_exit;
52120 __u8 fast_recovery;
52121 __u16 unack_data;
52122 __u32 rtx_data_chunks;
52123 __u32 rwnd;
52124 __u32 a_rwnd;
52125 __u32 rwnd_over;
52126 __u32 rwnd_press;
52127 int sndbuf_used;
52128 atomic_t rmem_alloc;
52129 wait_queue_head_t wait;
52130 __u32 frag_point;
52131 __u32 user_frag;
52132 int init_err_counter;
52133 int init_cycle;
52134 __u16 default_stream;
52135 __u16 default_flags;
52136 __u32 default_ppid;
52137 __u32 default_context;
52138 __u32 default_timetolive;
52139 __u32 default_rcv_context;
52140 struct sctp_stream stream;
52141 struct sctp_outq outqueue;
52142 struct sctp_ulpq ulpq;
52143 __u32 last_ecne_tsn;
52144 __u32 last_cwr_tsn;
52145 int numduptsns;
52146 struct sctp_chunk *addip_last_asconf;
52147 struct list_head asconf_ack_list;
52148 struct list_head addip_chunk_list;
52149 __u32 addip_serial;
52150 int src_out_of_asoc_ok;
52151 union sctp_addr *asconf_addr_del_pending;
52152 struct sctp_transport *new_transport;
52153 struct list_head endpoint_shared_keys;
52154 struct sctp_auth_bytes *asoc_shared_key;
52155 struct sctp_shared_key *shkey;
52156 __u16 default_hmac_id;
52157 __u16 active_key_id;
52158 __u8 need_ecne: 1;
52159 __u8 temp: 1;
52160 __u8 pf_expose: 2;
52161 __u8 force_delay: 1;
52162 __u8 strreset_enable;
52163 __u8 strreset_outstanding;
52164 __u32 strreset_outseq;
52165 __u32 strreset_inseq;
52166 __u32 strreset_result[2];
52167 struct sctp_chunk *strreset_chunk;
52168 struct sctp_priv_assoc_stats stats;
52169 int sent_cnt_removable;
52170 __u16 subscribe;
52171 __u64 abandoned_unsent[3];
52172 __u64 abandoned_sent[3];
52173 u32 secid;
52174 u32 peer_secid;
52175 struct callback_head rcu;