Home
last modified time | relevance | path

Searched refs:netif_set_mtu (Results 1 – 4 of 4) sorted by relevance

/linux/net/core/
H A Ddev_api.c248 ret = netif_set_mtu(dev, new_mtu); in dev_set_mtu()
H A Ddev.c9701 int netif_set_mtu(struct net_device *dev, int new_mtu) in netif_set_mtu() function
9712 EXPORT_SYMBOL(netif_set_mtu);
/linux/Documentation/networking/
H A Dnetdevices.rst340 (e.g., ``dev_set_mtu`` and ``netif_set_mtu``). The ``dev_xxx``/``netdev_xxx``
/linux/include/linux/
H A Dnetdevice.h4219 int netif_set_mtu(struct net_device *dev, int new_mtu);