Home
last modified time | relevance | path

Searched refs:nstat_wired_txbytes (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.41.6/bsd/net/
H A Dntstat.h84 u_int64_t nstat_wired_txbytes __attribute__((aligned(sizeof(u_int64_t)))); member
H A Dnecp_client.c6853 countsp->nstat_wired_txbytes = sf->sf_obytes; in necp_request_nexus_tcp_netstats()
7071 countsp->nstat_wired_txbytes = sf->sf_obytes; in necp_request_aop_tcp_netstats()
7258 countsp->nstat_wired_txbytes = sf->sf_obytes; in necp_request_udp_netstats()
7442 countsp->nstat_wired_txbytes = sf->sf_obytes; in necp_request_quic_netstats()
H A Dntstat.c2086 out_counts->nstat_wired_txbytes = os_atomic_load(&inp->inp_mstat.ms_wired.ts_txbytes, relaxed); in nstat_tcp_counts()
2705 out_counts->nstat_wired_txbytes = os_atomic_load(&inp->inp_mstat.ms_wired.ts_txbytes, relaxed); in nstat_udp_counts()