Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/netinet/
H A Dtcp.h300 u_int64_t tcpi_rxpackets __attribute__((aligned(8))); member
H A Dtcp_private.h241 u_int64_t tcpi_rxpackets __attribute__((aligned(8))); /* total packets received */ member
H A Dtcp_usrreq.c1818 ti->tcpi_rxpackets = inp != NULL ? inp->inp_mstat.ms_total.ts_rxpackets : 0; in tcp_fill_info()
2088 tci->tcpi_rxpackets = inp != NULL ? inp->inp_mstat.ms_total.ts_rxpackets : 0; in tcp_connection_fill_info()
/xnu-12377.1.9/bsd/net/
H A Dnecp_client.c1315 if ((prev_tcpstats->necp_stat_rxpackets == tcpi->tcpi_rxpackets) && in necp_client_collect_aop_flow_stats()
1320 uint32_t d_rxpackets = tcpi->tcpi_rxpackets - prev_tcpstats->necp_stat_rxpackets; in necp_client_collect_aop_flow_stats()
7109 detailed_countsp->nstat_media_stats.ms_total.ts_rxpackets = tcpi->tcpi_rxpackets; in necp_request_aop_tcp_netstats()