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);
1132 static void ip6gre_tnl_link_config_route(struct ip6_tnl *t, int set_mtu,
1158 if (set_mtu) {
1192 static void ip6gre_tnl_link_config(struct ip6_tnl *t, int set_mtu)
1195 ip6gre_tnl_link_config_route(t, set_mtu, ip6gre_calc_hlen(t));
1222 int set_mtu)
1225 ip6gre_tnl_link_config(t, set_mtu);
2272 static void ip6erspan_tnl_link_config(struct ip6_tnl *t, int set_mtu)
2275 ip6gre_tnl_link_config_route(t, set_mtu, ip6erspan_calc_hlen(t));
2279 const struct __ip6_tnl_parm *p, int set_mtu)
2282 ip6erspan_tnl_link_config(t, set_mtu);