Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/netinet/
H A Dtcp_var.h106 struct sackhint { struct
107 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 the
116 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
/f-stack/freebsd/netinet/
H A Dtcp_var.h106 struct sackhint { struct
107 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 the
116 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