staticintstart_xmit(struct sk_buff *skb, struct net_device *dev){structvirtnet_info*vi=netdev_priv(dev);intnum, err;structscatterlistsg[1+MAX_SKB_FRAGS];structvirtio_net_hdr*hdr;constunsignedchar*dest = ((struct ethhdr *)skb->data)->h_dest; sg_init_table(sg,1+MAX_SKB_FRAGS); pr...