Lines Matching defs:sctp_nets

261 struct sctp_nets {  struct
268 struct sctp_timer pmtu_timer;
269 struct sctp_timer hb_timer;
275 struct sctp_net_route ro;
278 uint32_t mtu;
279 uint32_t ssthresh; /* not sure about this one for split */
280 uint32_t last_cwr_tsn;
281 uint32_t cwr_window_tsn;
282 uint32_t ecn_ce_pkt_cnt;
283 uint32_t lost_cnt;
285 int lastsa;
286 int lastsv;
287 uint64_t rtt; /* last measured rtt value in us */
288 uint32_t RTO;
291 struct sctp_timer rxt_timer;
294 struct timeval last_sent_time;
295 union cc_control_data {
298 } cc_mod;
299 int ref_count;
306 uint32_t flight_size;
307 uint32_t cwnd; /* actual cwnd */
308 uint32_t prev_cwnd; /* cwnd before any processing */
309 uint32_t ecn_prev_cwnd; /* ECN prev cwnd at first ecn_echo seen in new
311 uint32_t partial_bytes_acked; /* in CA tracks when to incr a MTU */
313 unsigned int net_ack;
314 unsigned int net_ack2;
320 uint32_t last_active;
325 uint32_t this_sack_highest_newack; /* tracks highest TSN newly
329 uint32_t pseudo_cumack; /* CMT CUC algorithm. Maintains next expected
331 uint32_t rtx_pseudo_cumack; /* CMT CUC algorithm. Maintains next
336 uint32_t fast_recovery_tsn;
337 uint32_t heartbeat_random1;
338 uint32_t heartbeat_random2;
340 uint32_t flowlabel;
342 uint8_t dscp;
344 struct timeval start_time; /* time when this net was created */
345 uint32_t marked_retrans; /* number or DATA chunks marked for
347 uint32_t marked_fastretrans;
348 uint32_t heart_beat_delay; /* Heart Beat delay in ms */
351 uint16_t dest_state;
353 uint16_t failure_threshold;
355 uint16_t pf_threshold;
357 uint16_t error_count;
359 uint16_t port;
361 uint8_t fast_retran_loss_recovery;
362 uint8_t will_exit_fast_recovery;
364 uint8_t fast_retran_ip; /* fast retransmit in progress */
365 uint8_t hb_responded;
366 uint8_t saw_newack; /* CMT's SFR algorithm flag */
367 uint8_t src_addr_selected; /* if we split we move */
368 uint8_t indx_of_eligible_next_to_use;
369 uint8_t addr_is_local; /* its a local address (if known) could move
375 uint8_t find_pseudo_cumack; /* CMT CUC algorithm. Flag used to
382 uint8_t find_rtx_pseudo_cumack; /* CMT CUCv2 algorithm. Flag used to
390 uint8_t new_pseudo_cumack; /* CMT CUC algorithm. Flag used to
393 uint8_t window_probe; /* Doing a window probe? */
394 uint8_t RTO_measured; /* Have we done the first measure */
395 uint8_t last_hs_used; /* index into the last HS table entry we used */
396 uint8_t lan_type;
397 uint8_t rto_needed;
398 uint32_t flowid;
399 uint8_t flowtype;