Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv6/
H A Dip6_vti.c654 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()
712 bool keep_mtu) in vti6_tnl_change() argument
722 vti6_link_config(t, keep_mtu); in vti6_tnl_change()
727 bool keep_mtu) in vti6_update() argument
735 err = vti6_tnl_change(t, p, keep_mtu); in vti6_update()