Searched defs:sackhint (Results 1 – 2 of 2) sorted by relevance
106 struct sackhint { struct107 struct sackhole *nexthole;108 int32_t sack_bytes_rexmit;109 tcp_seq last_sack_ack; /* Most recent/largest sacked ack */111 int32_t delivered_data; /* Newly acked data from last SACK */113 int32_t sacked_bytes; /* Total sacked bytes reported by the116 uint32_t recover_fs; /* Flight Size at the start of Loss recovery */117 uint32_t prr_delivered; /* Total bytes delivered using PRR */118 uint32_t prr_out; /* Bytes sent during IN_RECOVERY */231 struct sackhint sackhint; /* SACK scoreboard hint */ member