Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/net/
H A Dntstat.h1520 struct nstat_progress_indicators { struct
1521 u_int32_t np_numflows; /* Total number of flows */
1522 u_int32_t np_conn_probe_fails; /* Count of connection failures */
1523 u_int32_t np_read_probe_fails; /* Count of read probe failures */
1524 u_int32_t np_write_probe_fails; /* Count of write failures */
1525 u_int32_t np_recentflows; /* Total of "recent" flows */
1526 u_int32_t np_recentflows_unacked; /* Total of "recent" flows with unacknowledged data */
1527 u_int64_t np_recentflows_rxbytes; /* Total of "recent" flows received bytes */
1528 u_int64_t np_recentflows_txbytes; /* Total of "recent" flows transmitted bytes */
1529 u_int64_t np_recentflows_rxooo; /* Total of "recent" flows received out of order bytes */
[all …]