Searched refs:tcpi_rxpackets (Results 1 – 4 of 4) sorted by relevance
300 u_int64_t tcpi_rxpackets __attribute__((aligned(8))); member
241 u_int64_t tcpi_rxpackets __attribute__((aligned(8))); /* total packets received */ member
1818 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()
1315 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()