Home
last modified time | relevance | path

Searched refs:tcpi_txbytes (Results 1 – 4 of 4) sorted by relevance

/xnu-11417.140.69/bsd/netinet/
H A Dtcp.h295 u_int64_t tcpi_txbytes __attribute__((aligned(8))); member
H A Dtcp_private.h235 u_int64_t tcpi_txbytes __attribute__((aligned(8))); member
H A Dmptcp_usrreq.c704 tcp_ci.tcpci_tcp_info.tcpi_txbytes += in mptcp_getconninfo()
764 tcp_ci.tcpci_tcp_info.tcpi_txbytes += in mptcp_getconninfo()
1949 ti->tcpi_txbytes += inp->inp_stat->txbytes; in mptcp_fill_info_bytestats()
1962 ti->tcpi_txbytes += stats->mpis_txbytes; in mptcp_fill_info_bytestats()
H A Dtcp_usrreq.c1817 ti->tcpi_txbytes = inp != NULL ? inp->inp_stat->txbytes : 0; in tcp_fill_info()
2081 tci->tcpi_txbytes = inp != NULL ? inp->inp_stat->txbytes : 0; in tcp_connection_fill_info()