Searched refs:red_stats (Results 1 – 3 of 3) sorted by relevance
332 sp->xmit_cnt = rp->red_stats.xmit_cnt; in red_getstats()333 sp->drop_cnt = rp->red_stats.drop_cnt; in red_getstats()334 sp->drop_forced = rp->red_stats.drop_forced; in red_getstats()335 sp->drop_unforced = rp->red_stats.drop_unforced; in red_getstats()336 sp->marked_packets = rp->red_stats.marked_packets; in red_getstats()415 rp->red_stats.marked_packets++; in red_addq()446 rp->red_stats.drop_unforced++; in red_addq()454 rp->red_stats.drop_forced++; in red_addq()458 PKTCNTR_ADD(&rp->red_stats.drop_cnt, m_pktlen(m)); in red_addq()472 PKTCNTR_ADD(&rp->red_stats.xmit_cnt, m_pktlen(m)); in red_addq()[all …]
40 struct red_stats { struct112 #define RED_GETSTATS _IOWR('Q', 12, struct red_stats)166 } red_stats; member
657 unsigned struct_red_stats_sz = sizeof(red_stats);