Searched refs:SO_STATS_DATA (Results 1 – 3 of 3) sorted by relevance
1106 so->so_tc_stats[SO_STATS_DATA].rxpackets += 1; in so_recv_data_stat()1107 so->so_tc_stats[SO_STATS_DATA].rxbytes += in so_recv_data_stat()1114 so->so_tc_stats[SO_STATS_DATA].rxpackets += pkts; in so_inc_recv_data_stat()1115 so->so_tc_stats[SO_STATS_DATA].rxbytes += bytes; in so_inc_recv_data_stat()
839 so->so_tc_stats[SO_STATS_DATA].txpackets += num_pkts; in so_update_tx_data_stats()840 so->so_tc_stats[SO_STATS_DATA].txbytes += space; in so_update_tx_data_stats()847 sb->sb_so->so_tc_stats[SO_STATS_DATA].rxpackets += 1; in sb_update_data_stats()848 sb->sb_so->so_tc_stats[SO_STATS_DATA].rxbytes += space; in sb_update_data_stats()850 sb->sb_so->so_tc_stats[SO_STATS_DATA].txpackets += 1; in sb_update_data_stats()851 sb->sb_so->so_tc_stats[SO_STATS_DATA].txbytes += space; in sb_update_data_stats()
119 #define SO_STATS_DATA 0 macro