Searched refs:xst_tc_stats (Results 1 – 3 of 3) sorted by relevance
198 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()
550 struct data_stats xst_tc_stats[SO_TC_STATS_MAX]; member
8197 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()