Searched refs:so_tc_stats (Results 1 - 4 of 4) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet/
H A Din_pcblist.c162 xst->xst_tc_stats[i].rxpackets = so->so_tc_stats[i].rxpackets;
163 xst->xst_tc_stats[i].rxbytes = so->so_tc_stats[i].rxbytes;
164 xst->xst_tc_stats[i].txpackets = so->so_tc_stats[i].txpackets;
165 xst->xst_tc_stats[i].txbytes = so->so_tc_stats[i].txbytes;
H A Din_tclass.c771 so->so_tc_stats[sotc].rxpackets += 1;
772 so->so_tc_stats[sotc].rxbytes +=
979 * classes; we could/should potentially expand so_tc_stats[].
983 so->so_tc_stats[mtc].txpackets += 1;
984 so->so_tc_stats[mtc].txbytes += m->m_pkthdr.len;
/darwin-on-arm/xnu/bsd/sys/
H A Dsocketvar.h281 struct data_stats so_tc_stats[SO_TC_STATS_MAX]; member in struct:socket
/darwin-on-arm/xnu/bsd/kern/
H A Duipc_socket.c3648 error = sooptcopyout(sopt, &so->so_tc_stats, sizeof(so->so_tc_stats));

Completed in 18 milliseconds