Lines Matching refs:set_mtu
79 static void ip6gre_tnl_link_config(struct ip6_tnl *t, int set_mtu);
80 static void ip6erspan_tnl_link_config(struct ip6_tnl *t, int set_mtu);
1133 static void ip6gre_tnl_link_config_route(struct ip6_tnl *t, int set_mtu,
1159 if (set_mtu) {
1193 static void ip6gre_tnl_link_config(struct ip6_tnl *t, int set_mtu)
1196 ip6gre_tnl_link_config_route(t, set_mtu, ip6gre_calc_hlen(t));
1223 int set_mtu)
1226 ip6gre_tnl_link_config(t, set_mtu);
2275 static void ip6erspan_tnl_link_config(struct ip6_tnl *t, int set_mtu)
2278 ip6gre_tnl_link_config_route(t, set_mtu, ip6erspan_calc_hlen(t));
2282 const struct __ip6_tnl_parm *p, int set_mtu)
2285 ip6erspan_tnl_link_config(t, set_mtu);