Home
last modified time | relevance | path

Searched refs:__ip_tunnel_change_mtu (Results 1 – 3 of 3) sorted by relevance

/kernel/linux/linux-5.10/net/ipv4/
Dip_tunnel.c975 int __ip_tunnel_change_mtu(struct net_device *dev, int new_mtu, bool strict) in __ip_tunnel_change_mtu() function
997 EXPORT_SYMBOL_GPL(__ip_tunnel_change_mtu);
1001 return __ip_tunnel_change_mtu(dev, new_mtu, true); in ip_tunnel_change_mtu()
Dip_gre.c1675 err = __ip_tunnel_change_mtu(dev, IP_MAX_MTU, false); in gretap_fb_dev_create()
/kernel/linux/linux-5.10/include/net/
Dip_tunnels.h274 int __ip_tunnel_change_mtu(struct net_device *dev, int new_mtu, bool strict);