Searched refs:BBR_STAT_ADD (Results 1 – 2 of 2) sorted by relevance
507 #define BBR_STAT_ADD(name, amm) counter_u64_add(bbr_stat_arry[(offsetof(struct bbr_stats, name)/siz… macro508 #define BBR_STAT_INC(name) BBR_STAT_ADD(name, 1)
6493 BBR_STAT_ADD(bbr_badfr_bytes, (rsm->r_end - rsm->r_start)); in bbr_earlier_retran()7664 BBR_STAT_ADD(bbr_sack_blocks, num_sack_blks); in bbr_log_ack()7665 BBR_STAT_ADD(bbr_sack_blocks_skip, (num_sack_blks - new_sb)); in bbr_log_ack()