Searched refs:vtxs_obytes (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.2-release/sys/dev/virtio/network/
H A Dif_vtnetvar.h92 uint64_t vtxs_obytes; /* if_obytes */ member in struct:vtnet_txq_stats
H A Dif_vtnet.c2458 txq->vtntx_stats.vtxs_obytes += m->m_pkthdr.len;
2602 accum->vtxs_obytes += st->vtxs_obytes;
2645 ifp->if_obytes = txaccum.vtxs_obytes;
3737 &stats->vtxs_obytes, "Transmit bytes");

Completed in 94 milliseconds