Searched defs:sackhint (Results 1 – 1 of 1) sorted by relevance
118 struct sackhint { struct119 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 the128 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 …]