int sppp_change_mtu (struct net_device * dev, int new_mtu);
int sppp_change_mtu
Device to change MTU on
New MTU
Change the MTU on the link. This can only be called with the link down. It returns an error if the link is up or the mtu is out of range.