Lines Matching refs:soft_iface
146 * @soft_iface: netdev struct of the soft interface
150 int batadv_mesh_init(struct net_device *soft_iface)
152 struct batadv_priv *bat_priv = netdev_priv(soft_iface);
256 * @soft_iface: netdev struct of the soft interface
258 void batadv_mesh_free(struct net_device *soft_iface)
260 struct batadv_priv *bat_priv = netdev_priv(soft_iface);
314 if (hard_iface->soft_iface != bat_priv->soft_iface)
459 if (!hard_iface->soft_iface)
462 bat_priv = netdev_priv(hard_iface->soft_iface);
685 bat_kobj = &bat_priv->soft_iface->dev.kobj;