Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dtcp_var.h118 struct sackhint { struct
119 struct sackhole *nexthole;
120 int32_t sack_bytes_rexmit;
121 tcp_seq last_sack_ack; /* Most recent/largest sacked ack */
123 int32_t delivered_data; /* Newly acked data from last SACK */
125 int32_t sacked_bytes; /* Total sacked bytes reported by the
128 uint32_t recover_fs; /* Flight Size at the start of Loss recovery */
129 uint32_t prr_delivered; /* Total bytes delivered using PRR */
130 uint32_t prr_out; /* Bytes sent during IN_RECOVERY */
131 int32_t hole_bytes; /* current number of bytes in scoreboard holes */
[all …]