Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/netinet/
H A Dtcp_private.h395 uint64_t mpis_txbytes __attribute__((aligned(8))); member
H A Dmptcp_usrreq.c767 stats->mpis_txbytes; in mptcp_getconninfo()
1969 ti->tcpi_txbytes += stats->mpis_txbytes; in mptcp_fill_info_bytestats()
H A Dmptcp_subr.c346 mycellbytes += mpte->mpte_itfstats[i].mpis_txbytes; in mptcpstats_get_bytes()
350 myallbytes += mpte->mpte_itfstats[i].mpis_txbytes; in mptcpstats_get_bytes()
2718 stats[index].mpis_txbytes += inp->inp_mstat.ms_total.ts_txbytes; in mptcpstats_update()