Searched refs:tcpi_txpackets (Results 1 – 4 of 4) sorted by relevance
297 u_int64_t tcpi_txpackets __attribute__((aligned(8))); member
234 u_int64_t tcpi_txpackets __attribute__((aligned(8))); /* total packets sent */ member
1812 ti->tcpi_txpackets = inp != NULL ? inp->inp_mstat.ms_total.ts_txpackets : 0; in tcp_fill_info()2084 tci->tcpi_txpackets = inp != NULL ? inp->inp_mstat.ms_total.ts_txpackets : 0; in tcp_connection_fill_info()
1316 prev_tcpstats->necp_stat_txpackets == tcpi->tcpi_txpackets) { in necp_client_collect_aop_flow_stats()1323 uint32_t d_txpackets = tcpi->tcpi_txpackets - prev_tcpstats->necp_stat_txpackets; in necp_client_collect_aop_flow_stats()7110 detailed_countsp->nstat_media_stats.ms_total.ts_txpackets = tcpi->tcpi_txpackets; in necp_request_aop_tcp_netstats()