Searched refs:txbytes (Results 1 - 9 of 9) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet/
H A Din_pcblist.c165 xst->xst_tc_stats[i].txbytes = so->so_tc_stats[i].txbytes;
H A Din_pcb.h140 u_int64_t txbytes; member in struct:inp_stat
H A Dtcp_output.c527 locked_add_64(&tp->t_inpcb->inp_stat->txbytes,
1316 locked_add_64(&tp->t_inpcb->inp_stat->txbytes, len);
1324 locked_add_64(&tp->t_inpcb->inp_stat->txbytes, len);
H A Din_tclass.c984 so->so_tc_stats[mtc].txbytes += m->m_pkthdr.len;
H A Dtcp_usrreq.c1172 //atomic_get_64(ti->tcpi_txbytes, &inp->inp_stat->txbytes);
1173 ti->tcpi_txbytes = inp->inp_stat->txbytes;
H A Dudp_usrreq.c1579 locked_add_64(&inp->inp_stat->txbytes, len);
/darwin-on-arm/xnu/bsd/netinet6/
H A Dudp6_output.c403 locked_add_64(&in6p->inp_stat->txbytes, ulen);
/darwin-on-arm/xnu/bsd/sys/
H A Dsocketvar.h118 u_int64_t txbytes; member in struct:data_stats
/darwin-on-arm/xnu/bsd/net/
H A Dntstat.c851 atomic_get_64(out_counts->nstat_txbytes, &inp->inp_stat->txbytes);
1108 atomic_get_64(out_counts->nstat_txbytes, &inp->inp_stat->txbytes);

Completed in 101 milliseconds