Searched defs:xtcpprogress_indicators (Results 1 – 1 of 1) sorted by relevance
1525 struct xtcpprogress_indicators { struct1526 u_int32_t xp_numflows; /* Total number of flows */1527 u_int32_t xp_conn_probe_fails; /* Count of connection failures */1528 u_int32_t xp_read_probe_fails; /* Count of read probe failures */1529 u_int32_t xp_write_probe_fails; /* Count of write failures */1530 u_int32_t xp_recentflows; /* Total of "recent" flows */1531 u_int32_t xp_recentflows_unacked; /* Total of "recent" flows with unacknowledged data */1532 u_int64_t xp_recentflows_rxbytes; /* Total of "recent" flows received bytes */1533 u_int64_t xp_recentflows_txbytes; /* Total of "recent" flows transmitted bytes */1534 u_int64_t xp_recentflows_rxooo; /* Total of "recent" flows received out of order bytes */[all …]