Lines Matching defs:sctp_nets
126 struct sctp_nets { struct
132 struct sctp_timer pmtu_timer;
145 struct route ro;
147 union sctp_sockstore _s_addr;
149 u_int32_t mtu;
150 u_int32_t ssthresh; /* not sure about this one for split */
153 int lastsa;
154 int lastsv;
155 unsigned int RTO;
158 struct sctp_timer rxt_timer;
161 struct timeval last_sent_time;
162 int ref_count;
169 u_int32_t flight_size;
170 u_int32_t cwnd; /* actual cwnd */
171 u_int32_t prev_cwnd; /* cwnd before any processing */
172 u_int32_t partial_bytes_acked; /* in CA tracks when to incr a MTU */
175 unsigned int net_ack;
176 unsigned int net_ack2;
181 u_int32_t next_tsn_at_change;
182 u_int32_t heartbeat_random1;
183 u_int32_t heartbeat_random2;
186 u_int16_t dest_state;
188 u_int16_t failure_threshold;
190 u_int16_t error_count;
193 u_int8_t rto_pending; /* is segment marked for RTO update ** if we split?*/
194 u_int8_t fast_retran_ip; /* fast retransmit in progress */
195 u_int8_t hb_responded;
196 u_int8_t cacc_saw_newack; /* CACC algorithm flag */
197 u_int8_t src_addr_selected; /* if we split we move */
198 u_int8_t indx_of_eligible_next_to_use;
199 u_int8_t addr_is_local; /* its a local address (if known) could move in split */
201 u_int8_t last_hs_used; /* index into the last HS table entry we used */