Searched refs:br_drops (Results 1 – 3 of 3) sorted by relevance
48 br->br_drops = counter_u64_alloc(flags); in _buf_ring_alloc()49 if (br->br_drops == NULL) { in _buf_ring_alloc()65 counter_u64_free(br->br_drops); in buf_ring_free()
64 counter_u64_t br_drops; member117 counter_u64_add(br->br_drops, 1); in buf_ring_enqueue()368 return (counter_u64_fetch(br->br_drops)); in buf_ring_drops()400 return (br->br_drops); in buf_ring_drops()
3516 CTLFLAG_RD, &qs->txq[TXQ_ETH].txq_mr->br_drops, in t3_add_configured_sysctls()