Searched refs:SO_STATS_SBNOSPACE (Results 1 – 3 of 3) sorted by relevance
383 so->so_tc_stats[SO_STATS_SBNOSPACE].rxpackets, \ in udp_log_connection_summary()384 so->so_tc_stats[SO_STATS_SBNOSPACE].rxbytes, \ in udp_log_connection_summary()
861 sb->sb_so->so_tc_stats[SO_STATS_SBNOSPACE].rxpackets += 1; in sb_update_no_space_stats()862 sb->sb_so->so_tc_stats[SO_STATS_SBNOSPACE].rxbytes += space; in sb_update_no_space_stats()864 sb->sb_so->so_tc_stats[SO_STATS_SBNOSPACE].txpackets += 1; in sb_update_no_space_stats()865 sb->sb_so->so_tc_stats[SO_STATS_SBNOSPACE].txbytes += space; in sb_update_no_space_stats()
114 #define SO_STATS_SBNOSPACE 1 macro