Searched refs:snd_tag_count (Results 1 – 1 of 1) sorted by relevance
145 static counter_u64_t snd_tag_count; variable147 &snd_tag_count, "# of active mbuf send tags");398 snd_tag_count = counter_u64_alloc(M_WAITOK); in mbuf_init()1654 counter_u64_add(snd_tag_count, 1); in m_snd_tag_init()1665 counter_u64_add(snd_tag_count, -1); in m_snd_tag_destroy()