packet_free
packet_free = memstat_get_free(mtp);
mbuf_count + packet_count, mbuf_free + packet_free,
mbuf_count + packet_count + mbuf_free + packet_free);
cluster_count - packet_free, cluster_free + packet_free,
packet_count, packet_free);
((cluster_count - packet_count - packet_free) * cluster_size) +
(packet_free * mbuf_size) + /* mbufs in free packets */
(packet_free * cluster_size) + /* clusters in free packets */
uintmax_t packet_count, packet_bytes, packet_free, packet_failures;
packet_free(pkt);
void packet_free(packet_t *);
packet_free(pkt);
packet_free(pkt);
packet_free(pkt);
packet_free(ph->data);