Change maximum transfer unit
int dev_set_mtu(struct net_device * dev, int new_mtu);
dev
device
new_mtu
new transfer unit
Change the maximum transfer size of the network device.