VTNET_MAX_TX_SEGS
struct sglist_seg segs[VTNET_MAX_TX_SEGS];
sc->vtnet_tx_nsegs = VTNET_MAX_TX_SEGS;
CTASSERT(((VTNET_MAX_TX_SEGS - 1) * MCLBYTES) >= VTNET_MAX_MTU);