Searched refs:snd_tag_count (Results 1 – 1 of 1) sorted by relevance
129 static counter_u64_t snd_tag_count; variable131 &snd_tag_count, "# of active mbuf send tags");384 snd_tag_count = counter_u64_alloc(M_WAITOK); in mbuf_init()1559 counter_u64_add(snd_tag_count, 1); in m_snd_tag_init()1570 counter_u64_add(snd_tag_count, -1); in m_snd_tag_destroy()