Lines Matching defs:mesh_iface
347 struct net_device *mesh_iface;
360 mesh_iface = primary_if->mesh_iface;
365 primary_if->mesh_iface,
443 skb->protocol = eth_type_trans(skb, mesh_iface);
470 batadv_info(bat_priv->mesh_iface,
2269 struct net_device *mesh_iface;
2276 mesh_iface = batadv_netlink_get_meshif(cb);
2277 if (IS_ERR(mesh_iface))
2278 return PTR_ERR(mesh_iface);
2280 bat_priv = netdev_priv(mesh_iface);
2304 dev_put(mesh_iface);
2430 struct net_device *mesh_iface;
2437 mesh_iface = batadv_netlink_get_meshif(cb);
2438 if (IS_ERR(mesh_iface))
2439 return PTR_ERR(mesh_iface);
2441 bat_priv = netdev_priv(mesh_iface);
2465 dev_put(mesh_iface);