Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/ipv6/
H A Dip6_vti.c653 static void vti6_link_config(struct ip6_tnl *t, bool keep_mtu) in vti6_link_config() argument
672 if (keep_mtu && dev->mtu) { in vti6_link_config()
711 bool keep_mtu) in vti6_tnl_change() argument
721 vti6_link_config(t, keep_mtu); in vti6_tnl_change()
726 bool keep_mtu) in vti6_update() argument
734 err = vti6_tnl_change(t, p, keep_mtu); in vti6_update()