Lines Matching defs:set_mtu
80 static void ip6gre_tnl_link_config(struct ip6_tnl *t, int set_mtu);
81 static void ip6erspan_tnl_link_config(struct ip6_tnl *t, int set_mtu);
1119 static void ip6gre_tnl_link_config_route(struct ip6_tnl *t, int set_mtu,
1145 if (set_mtu) {
1179 static void ip6gre_tnl_link_config(struct ip6_tnl *t, int set_mtu)
1182 ip6gre_tnl_link_config_route(t, set_mtu, ip6gre_calc_hlen(t));
1209 int set_mtu)
1212 ip6gre_tnl_link_config(t, set_mtu);
2237 static void ip6erspan_tnl_link_config(struct ip6_tnl *t, int set_mtu)
2240 ip6gre_tnl_link_config_route(t, set_mtu, ip6erspan_calc_hlen(t));
2244 const struct __ip6_tnl_parm *p, int set_mtu)
2247 ip6erspan_tnl_link_config(t, set_mtu);