Home
last modified time | relevance | path

Searched refs:ts_txpackets (Results 1 – 11 of 11) sorted by relevance

/xnu-12377.81.4/bsd/netinet/
H A Din_pcb.h325 locked_add_64(&((_inp)->inp_mstat.ms_total.ts_txpackets), (_p)); \
330 locked_add_64(&((_inp)->inp_mstat.ms_cellular.ts_txpackets), (_p)); \
335 locked_add_64(&((_inp)->inp_mstat.ms_wifi_infra.ts_txpackets), (_p)); \
340 locked_add_64(&((_inp)->inp_mstat.ms_wifi_non_infra.ts_txpackets), (_p)); \
345 locked_add_64(&((_inp)->inp_mstat.ms_wired.ts_txpackets), (_p)); \
350 locked_add_64(&((_inp)->inp_mstat.ms_bluetooth.ts_txpackets), (_p)); \
355 locked_add_64(&((_inp)->inp_mstat.ms_alternate.ts_txpackets), (_p)); \
H A Din_stat.h44 uint64_t ts_txpackets; member
H A Dudp_log.c244 inp->inp_mstat.ms_total.ts_rxpackets, inp->inp_mstat.ms_total.ts_txpackets, \ in udp_log_common()
382 inp->inp_mstat.ms_total.ts_rxpackets, inp->inp_mstat.ms_total.ts_txpackets, \ in udp_log_connection_summary()
H A Dtcp_log.c427 inp->inp_mstat.ms_total.ts_rxpackets, inp->inp_mstat.ms_total.ts_txpackets, \ in tcp_log_connection()
644 inp->inp_mstat.ms_total.ts_rxpackets, inp->inp_mstat.ms_total.ts_txpackets, \ in tcp_log_connection_summary()
1045 inp->inp_mstat.ms_total.ts_rxpackets, inp->inp_mstat.ms_total.ts_txpackets, \ in tcp_log_message()
1215 inp->inp_mstat.ms_total.ts_rxpackets, inp->inp_mstat.ms_total.ts_txpackets, \ in tcp_log_output()
H A Dtcp_usrreq.c1812 ti->tcpi_txpackets = inp != NULL ? inp->inp_mstat.ms_total.ts_txpackets : 0; in tcp_fill_info()
1829 ti->tcpi_cell_txpackets = inp->inp_mstat.ms_cellular.ts_txpackets; in tcp_fill_info()
1837 ti->tcpi_wifi_txpackets = inp->inp_mstat.ms_wifi_infra.ts_txpackets + in tcp_fill_info()
1838 inp->inp_mstat.ms_wifi_non_infra.ts_txpackets; in tcp_fill_info()
1844 ti->tcpi_wired_txpackets = inp->inp_mstat.ms_wired.ts_txpackets; in tcp_fill_info()
2084 tci->tcpi_txpackets = inp != NULL ? inp->inp_mstat.ms_total.ts_txpackets : 0; in tcp_connection_fill_info()
H A Din_pcb.c1982 if (inp->inp_mstat.ms_total.ts_rxpackets == 0 && inp->inp_mstat.ms_total.ts_txpackets == 0) { in in_pcbdetach()
H A Dtcp_subr.c1559 ifs->txpackets = inp->inp_mstat.ms_total.ts_txpackets; in tcp_create_ifnet_stats_per_flow()
/xnu-12377.81.4/bsd/kern/
H A Dsocket_flows.c994 detailsp->nstat_media_stats.ms_total.ts_txpackets = hash_entry->soflow_txpackets; in soflow_nstat_provider_request_vals()
999 …detailsp->nstat_media_stats.ms_total.ts_txpackets, detailsp->nstat_media_stats.ms_total.ts_txbytes… in soflow_nstat_provider_request_vals()
/xnu-12377.81.4/bsd/netinet6/
H A Din6_pcb.c882 if (inp->inp_mstat.ms_total.ts_rxpackets == 0 && inp->inp_mstat.ms_total.ts_txpackets == 0) { in in6_pcbdetach()
/xnu-12377.81.4/bsd/net/
H A Dnecp_client.c6872 …detailed_countsp->nstat_media_stats.ms_total.ts_txpackets = tcpstats->necp_tcp_counts.necp_stat_tx… in necp_request_nexus_tcp_netstats()
6889 ts->ts_txpackets = sf->sf_opackets; in necp_request_nexus_tcp_netstats()
7090 detailed_countsp->nstat_media_stats.ms_total.ts_txpackets = tcpi->tcpi_txpackets; in necp_request_aop_tcp_netstats()
7103 ts->ts_txpackets = sf->sf_opackets; in necp_request_aop_tcp_netstats()
7277 …detailed_countsp->nstat_media_stats.ms_total.ts_txpackets = udpstats->necp_udp_counts.necp_stat_tx… in necp_request_udp_netstats()
7294 ts->ts_txpackets = sf->sf_opackets; in necp_request_udp_netstats()
7461 …detailed_countsp->nstat_media_stats.ms_total.ts_txpackets = quicstats->necp_quic_counts.necp_stat_… in necp_request_quic_netstats()
7478 ts->ts_txpackets = sf->sf_opackets; in necp_request_quic_netstats()
H A Dntstat.c2007 buf->nstat_txpackets = os_atomic_load(&inp->inp_mstat.ms_bluetooth.ts_txpackets, relaxed); in nstat_inp_bluetooth_counts()
2066 out_counts->nstat_txpackets = os_atomic_load(&inp->inp_mstat.ms_total.ts_txpackets, relaxed); in nstat_tcp_counts()
2696 out_counts->nstat_txpackets = os_atomic_load(&inp->inp_mstat.ms_total.ts_txpackets, relaxed); in nstat_udp_counts()