Searched defs:sackhint (Results 1 – 1 of 1) sorted by relevance
120 struct sackhint { struct121 struct sackhole *nexthole;122 int32_t sack_bytes_rexmit;123 tcp_seq last_sack_ack; /* Most recent/largest sacked ack */125 int32_t delivered_data; /* Newly acked data from last SACK */127 int32_t sacked_bytes; /* Total sacked bytes reported by the130 uint32_t recover_fs; /* Flight Size at the start of Loss recovery */131 uint32_t prr_delivered; /* Total bytes delivered using PRR */132 uint32_t prr_out; /* Bytes sent during IN_RECOVERY */419 struct sackhint sackhint; /* SACK scoreboard hint */ member