Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/netinet/
H A Din_pcblist.c198 xst->xst_tc_stats[i].rxpackets = so->so_tc_stats[i].rxpackets; in sbtoxsockstat_n()
199 xst->xst_tc_stats[i].rxbytes = so->so_tc_stats[i].rxbytes; in sbtoxsockstat_n()
200 xst->xst_tc_stats[i].txpackets = so->so_tc_stats[i].txpackets; in sbtoxsockstat_n()
201 xst->xst_tc_stats[i].txbytes = so->so_tc_stats[i].txbytes; in sbtoxsockstat_n()
/xnu-12377.41.6/bsd/sys/
H A Dsocketvar.h550 struct data_stats xst_tc_stats[SO_TC_STATS_MAX]; member
/xnu-12377.41.6/bsd/net/
H A Dntstat.c8197 xst->xst_tc_stats[0].rxpackets = flow_data->counts.nstat_rxpackets; in nstat_userland_to_xsockstat_n()
8198 xst->xst_tc_stats[0].rxbytes = flow_data->counts.nstat_rxbytes; in nstat_userland_to_xsockstat_n()
8199 xst->xst_tc_stats[0].txpackets = flow_data->counts.nstat_txpackets; in nstat_userland_to_xsockstat_n()
8200 xst->xst_tc_stats[0].txbytes = flow_data->counts.nstat_txbytes; in nstat_userland_to_xsockstat_n()