TUNMTU
ifp->if_mtu = TUNMTU;
if (ifr->ifr_mtu > TUNMTU || ifr->ifr_mtu < 576) {
if (uio->uio_resid == 0 || uio->uio_resid > TUNMTU) {