ETH_CHANGE_MTU
Section: Network device support (9)
Updated: February 2011
Index
Return to Main Contents
NAME
eth_change_mtu - set new MTU size
SYNOPSIS
-
int eth_change_mtu(struct net_device * dev, int new_mtu);
ARGUMENTS
dev
-
- network device
new_mtu
-
new Maximum Transfer Unit
DESCRIPTION
Allow changing MTU size. Needs to be overridden for devices supporting jumbo frames.
COPYRIGHT