Home
last modified time | relevance | path

Searched defs:sctp_data_chunkrec (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/netinet/
H A Dsctp_structs.h402 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 */
[all …]