Searched refs:__ip_tunnel_change_mtu (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/include/net/ |
H A D | ip_tunnels.h | 274 int __ip_tunnel_change_mtu(struct net_device *dev, int new_mtu, bool strict);
|
/kernel/linux/linux-6.6/include/net/ |
H A D | ip_tunnels.h | 296 int __ip_tunnel_change_mtu(struct net_device *dev, int new_mtu, bool strict);
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | ip_tunnel.c | 1002 int __ip_tunnel_change_mtu(struct net_device *dev, int new_mtu, bool strict) in __ip_tunnel_change_mtu() function 1024 EXPORT_SYMBOL_GPL(__ip_tunnel_change_mtu); variable 1028 return __ip_tunnel_change_mtu(dev, new_mtu, true); in ip_tunnel_change_mtu()
|
H A D | ip_gre.c | 1678 err = __ip_tunnel_change_mtu(dev, IP_MAX_MTU, false); in gretap_fb_dev_create()
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | ip_tunnel.c | 1024 int __ip_tunnel_change_mtu(struct net_device *dev, int new_mtu, bool strict) in __ip_tunnel_change_mtu() function 1046 EXPORT_SYMBOL_GPL(__ip_tunnel_change_mtu); variable 1050 return __ip_tunnel_change_mtu(dev, new_mtu, true); in ip_tunnel_change_mtu()
|
H A D | ip_gre.c | 1679 err = __ip_tunnel_change_mtu(dev, IP_MAX_MTU, false); in gretap_fb_dev_create()
|
Completed in 10 milliseconds