Searched refs:keep_mtu (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | ip6_vti.c | 655 static void vti6_link_config(struct ip6_tnl *t, bool keep_mtu) in vti6_link_config() argument 674 if (keep_mtu && dev->mtu) { in vti6_link_config() 706 * @keep_mtu: MTU was set from userspace, don't re-compute it 713 bool keep_mtu) in vti6_tnl_change() 723 vti6_link_config(t, keep_mtu); in vti6_tnl_change() 728 bool keep_mtu) in vti6_update() 736 err = vti6_tnl_change(t, p, keep_mtu); in vti6_update() 712 vti6_tnl_change(struct ip6_tnl *t, const struct __ip6_tnl_parm *p, bool keep_mtu) vti6_tnl_change() argument 727 vti6_update(struct ip6_tnl *t, struct __ip6_tnl_parm *p, bool keep_mtu) vti6_update() argument
|
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | ip6_vti.c | 654 static void vti6_link_config(struct ip6_tnl *t, bool keep_mtu) in vti6_link_config() argument 673 if (keep_mtu && dev->mtu) { in vti6_link_config() 705 * @keep_mtu: MTU was set from userspace, don't re-compute it 712 bool keep_mtu) in vti6_tnl_change() 722 vti6_link_config(t, keep_mtu); in vti6_tnl_change() 727 bool keep_mtu) in vti6_update() 735 err = vti6_tnl_change(t, p, keep_mtu); in vti6_update() 711 vti6_tnl_change(struct ip6_tnl *t, const struct __ip6_tnl_parm *p, bool keep_mtu) vti6_tnl_change() argument 726 vti6_update(struct ip6_tnl *t, struct __ip6_tnl_parm *p, bool keep_mtu) vti6_update() argument
|
Completed in 4 milliseconds