Home
last modified time | relevance | path

Searched refs:nstat_connectattempts (Results 1 – 4 of 4) sorted by relevance

/xnu-12377.61.12/bsd/net/
H A Dnetsrc.c120 reply->nrp_connection_attempts = rt_stats->nstat_connectattempts; in netsrc_common()
132 reply->nrp_connection_attempts = rt_stats->nstat_connectattempts; in netsrc_common()
H A Dntstat.h90 u_int32_t nstat_connectattempts; member
H A Dntstat.c1365 out_counts->nstat_connectattempts = rt_stats->nstat_connectattempts; in nstat_route_counts()
1633 OSIncrementAtomic(&stats->nstat_connectattempts); in nstat_route_connect_attempt()
1773 OSAddAtomic(connect_attempts, &stats->nstat_connectattempts); in nstat_route_update()
2071 out_counts->nstat_connectattempts = tp->t_state >= TCPS_SYN_SENT ? 1 : 0; in nstat_tcp_counts()
H A Dnecp_client.c6837 countsp->nstat_connectattempts = tcpstats->necp_tcp_extra.state >= TCPS_SYN_SENT ? 1 : 0; in necp_request_nexus_tcp_netstats()
7055 countsp->nstat_connectattempts = tcpi->tcpi_state >= TCPS_SYN_SENT ? 1 : 0; in necp_request_aop_tcp_netstats()
11127 route_stats.necp_stat_connectattempts = rt_stats->nstat_connectattempts; in necp_client_copy_route_statistics()