Home
last modified time | relevance | path

Searched refs:packet_free (Results 1 – 1 of 1) sorted by relevance

/f-stack/tools/netstat/
H A Dmbuf.c84 uintmax_t packet_count, packet_bytes, packet_free, packet_failures; in mbpr() local
152 packet_free = memstat_get_free(mtp); in mbpr()
220 mbuf_count + packet_count, mbuf_free + packet_free, in mbpr()
221 mbuf_count + packet_count + mbuf_free + packet_free); in mbpr()
226 cluster_count - packet_free, cluster_free + packet_free, in mbpr()
232 packet_count, packet_free); in mbpr()
271 ((cluster_count - packet_count - packet_free) * cluster_size) + in mbpr()
287 (packet_free * mbuf_size) + /* mbufs in free packets */ in mbpr()
288 (packet_free * cluster_size) + /* clusters in free packets */ in mbpr()