Searched refs:xst_tc_stats (Results 1 - 2 of 2) 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;
/darwin-on-arm/xnu/bsd/sys/
H A Dsocketvar.h450 struct data_stats xst_tc_stats[SO_TC_STATS_MAX]; member in struct:xsockstat_n

Completed in 21 milliseconds