Home
last modified time | relevance | path

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

/xnu-11215/bsd/net/
H A Dntstat.h1246 struct nstat_progress_indicators { struct
1247 u_int32_t np_numflows; /* Total number of flows */
1248 u_int32_t np_conn_probe_fails; /* Count of connection failures */
1249 u_int32_t np_read_probe_fails; /* Count of read probe failures */
1250 u_int32_t np_write_probe_fails; /* Count of write failures */
1251 u_int32_t np_recentflows; /* Total of "recent" flows */
1253 u_int64_t np_recentflows_rxbytes; /* Total of "recent" flows received bytes */
1258 u_int64_t np_reserved1; /* Expansion */
1259 u_int64_t np_reserved2; /* Expansion */
1260 u_int64_t np_reserved3; /* Expansion */
[all …]