Lines Matching defs:sctp_data_chunkrec
402 struct sctp_data_chunkrec { struct
403 uint32_t tsn; /* the TSN of this transmit */
404 uint32_t mid; /* the message identifier of this transmit */
405 uint16_t sid; /* the stream number of this guy */
406 uint32_t ppid;
407 uint32_t context; /* from send */
408 uint32_t cwnd_at_send;
413 uint32_t fast_retran_tsn; /* sending_seq at the time of FR */
414 struct timeval timetodrop; /* time we drop it from queue */
415 uint32_t fsn; /* Fragment Sequence Number */
416 uint8_t doing_fast_retransmit;
417 uint8_t rcv_flags; /* flags pulled from data chunk on inbound for
441 struct sctp_data_chunkrec data; argument